Color Hex Logo

#bf481e Color Hex

#BF481E
(191,72,30)
0 Favorites   0 Comments

Color spaces of #bf481e

RGB 1917230
HSL0.040.730.43
HSV16°84°75°
CMYK 0.000.620.84   0.25
XYZ24.037615.80483.0120
Yxy15.80480.56090.3688
Hunter Lab39.755338.356523.3367
CIE-Lab46.717345.861147.6464

#bf481e color RGB value is (191,72,30).

#bf481e hex color red value is 191, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bf481e hue: 0.04 , saturation: 0.73 and the lightness value of bf481e is 0.43.

The process color (four color CMYK) of #bf481e color hex is 0.00, 0.62, 0.84, 0.25. Web safe color of #bf481e is #cc3333. Color #bf481e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001000 00011110
Octal 277 110 36
Decimal 191 72 30
Hex BF 48 1E

RGB Percentages of Color #bf481e

%65.19
%24.57
%10.24

CMYK Percentages of Color #bf481e

%0
%62
%84
%25

Triadic Colors of #bf481e

#bf481e #1ebf48 #481ebf

Analogous Colors of #bf481e

#bf481e #bf991e #bf1e44

Monochromatic Colors of #bf481e

#bf481e

Complementary Color

#bf481e #1e95bf

#bf481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf481e Color CSS Codes

.mybgcolor {background-color:#bf481e; } 
.myforecolor {color:#bf481e; }
.mybordercolor {border:3px solid #bf481e; }

#bf481e Text Font Color

<p style="color:#bf481e">Text here</p>

This sample text font color is #bf481e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf481e Background Color

<div style="background-color:#bf481e">
Div content here</div>

This div background color is #bf481e


#bf481e Border Color

<div style="border:3px solid #bf481e">
Div here</div>

This div border color is #bf481e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,72,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf481e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf481e;
  -webkit-box-shadow: 1px 1px 3px 2px #bf481e;
  box-shadow:         1px 1px 3px 2px #bf481e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,72,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf481e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf481e;
  -webkit-box-shadow: 1px 1px 3px 2px #bf481e;
  box-shadow:         1px 1px 3px 2px #bf481e;">
Div content here</div>

This div box has shadow with color #bf481e


Comments

No comments written yet.

Please login to write comment.