Html Css Color HEX #BD5C18 Christine

📋 copy color: '#BD5C18'

red 189 ◦ green 92 ◦ blue 24

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

Shades of Christine #BD5C18

Tints of Christine #BD5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

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

R = 61.97%
G = 30.16%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD5C18 (or 0xBD5C18) is known color: Christine. HEX triplet: BD, 5C and 18. RGB value is (189,92,24). Sum of RGB (Red+Green+Blue) = 189+92+24=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5C18 is #42A3E7. Grayscale: #717171. Windows color (decimal): -4367336 or 1596605. OLE color: 1596605.

HSL color Cylindrical-coordinate representation of color #BD5C18: hue angle of 24.73º 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 #BD5C18 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 92 24 -
CMYK 0 0.51 0.87 0.26
HSL 24.73º 0.77% 0.42% -
HSV(B) 24.73º 0.87% 0.74% -
XYZ 24.98 18.54 3.13 -
YUV 113.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 189 92 24 0 0.51 0.87 0.26 24.73 0.77 0.42
Hex BD 5C 18 0 33 57 1A 19 4D 2A
Octal 275 134 30 0 63 127 32 31 115 52
Binary 10111101 1011100 11000 0 110011 1010111 11010 11001 1001101 101010

Color Harmonies of #BD5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C18

Black with #BD5C18

Text Example


Text Example

White with #BD5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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