Html Css Color HEX #BD5B18 Christine

📋 copy color: '#BD5B18'

red 189 ◦ green 91 ◦ blue 24

#BD5B18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BD5B18

Tints of Christine #BD5B18

RGB

 RED value IS 189 (74.22% from 255) = 62.17%

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 62.17%
G = 29.93%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD5B18 (or 0xBD5B18) is known color: Christine. HEX triplet: BD, 5B and 18. RGB value is (189,91,24). Sum of RGB (Red+Green+Blue) = 189+91+24=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5B18 is #42A4E7. Grayscale: #717171. Windows color (decimal): -4367592 or 1596349. OLE color: 1596349.

HSL color Cylindrical-coordinate representation of color #BD5B18: hue angle of 24.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD5B18 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 91 24 -
CMYK 0 0.52 0.87 0.26
HSL 24.36º 0.77% 0.42% -
HSV(B) 24.36º 0.87% 0.74% -
XYZ 24.89 18.37 3.1 -
YUV 112.66 77.97 182.45 -
System Red Green Blue C M Y K H S L
Decimal 189 91 24 0 0.52 0.87 0.26 24.36 0.77 0.42
Hex BD 5B 18 0 34 57 1A 18 4D 2A
Octal 275 133 30 0 64 127 32 30 115 52
Binary 10111101 1011011 11000 0 110100 1010111 11010 11000 1001101 101010

Color Harmonies of #BD5B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B18

Black with #BD5B18

Text Example


Text Example

White with #BD5B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B18; }

 p { color: rgb(189,91,24); }

 H1.HeaderClassName
 {
   color: #BD5B18;
 }
 .AnyTagClassName
 {
   color: #BD5B18;
 }
</style>

background-color css

<style>
 a { background-color: #BD5B18; }

 a { background-color: rgb(189,91,24); }

 div.DivClassName
 {
   background-color: #BD5B18;
 }
 .BgClassName
 {
   background-color: #BD5B18;
 }
</style>

border-color css

<style>
 span { border-color: #BD5B18; }

 span { border-color: rgb(189,91,24); }

 td.TdClassName
 {
   border-color: #BD5B18;
 }
 .TagClassName
 {
   border-color: #BD5B18;
 }
</style>