Color Hex Logo

#bf483a Color Hex

#BF483A
(191,72,58)
0 Favorites   0 Comments

Color spaces of #bf483a

RGB 1917258
HSL0.020.530.49
HSV70°75°
CMYK 0.000.620.70   0.25
XYZ24.566916.01665.7997
Yxy16.01660.52970.3453
Hunter Lab40.020739.536719.4224
CIE-Lab46.996346.962833.3633

#bf483a color RGB value is (191,72,58).

#bf483a hex color red value is 191, green value is 72 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bf483a hue: 0.02 , saturation: 0.53 and the lightness value of bf483a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001000 00111010
Octal 277 110 72
Decimal 191 72 58
Hex BF 48 3A

RGB Percentages of Color #bf483a

%59.50
%22.43
%18.07

CMYK Percentages of Color #bf483a

%0
%62
%70
%25

Triadic Colors of #bf483a

#bf483a #3abf48 #483abf

Analogous Colors of #bf483a

#bf483a #bf8b3a #bf3a6f

Monochromatic Colors of #bf483a

#bf483a

Complementary Color

#bf483a #3ab1bf

#bf483a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf483a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf483a Color CSS Codes

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

#bf483a Text Font Color

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

This sample text font color is #bf483a
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.


#bf483a Background Color

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

This div background color is #bf483a


#bf483a Border Color

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

This div border color is #bf483a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf483a


Comments

No comments written yet.

Please login to write comment.