Html Css Color HEX #BB5E1C Christine

📋 copy color: '#BB5E1C'

red 187 ◦ green 94 ◦ blue 28

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

Shades of Christine #BB5E1C

Tints of Christine #BB5E1C

RGB

 RED value IS 187 (73.44% from 255) = 60.52%

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 60.52%
G = 30.42%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB5E1C (or 0xBB5E1C) is known color: Christine. HEX triplet: BB, 5E and 1C. RGB value is (187,94,28). Sum of RGB (Red+Green+Blue) = 187+94+28=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E1C is #44A1E3. Grayscale: #727272. Windows color (decimal): -4497892 or 1859259. OLE color: 1859259.

HSL color Cylindrical-coordinate representation of color #BB5E1C: hue angle of 24.91º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB5E1C is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 28 -
CMYK 0 0.50 0.85 0.27
HSL 24.91º 0.74% 0.42% -
HSV(B) 24.91º 0.85% 0.73% -
XYZ 24.71 18.65 3.4 -
YUV 114.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 187 94 28 0 0.50 0.85 0.27 24.91 0.74 0.42
Hex BB 5E 1C 0 32 55 1B 19 4A 2A
Octal 273 136 34 0 62 125 33 31 112 52
Binary 10111011 1011110 11100 0 110010 1010101 11011 11001 1001010 101010

Color Harmonies of #BB5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E1C

Black with #BB5E1C

Text Example


Text Example

White with #BB5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E1C; }

 p { color: rgb(187,94,28); }

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

background-color css

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

 a { background-color: rgb(187,94,28); }

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

border-color css

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

 span { border-color: rgb(187,94,28); }

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