Html Css Color HEX #BB5E1E Christine

📋 copy color: '#BB5E1E'

red 187 ◦ green 94 ◦ blue 30

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

Shades of Christine #BB5E1E

Tints of Christine #BB5E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 60.13%
G = 30.23%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB5E1E (or 0xBB5E1E) is known color: Christine. HEX triplet: BB, 5E and 1E. RGB value is (187,94,30). Sum of RGB (Red+Green+Blue) = 187+94+30=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E1E is #44A1E1. Grayscale: #727272. Windows color (decimal): -4497890 or 1990331. OLE color: 1990331.

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

Color convert

RGB 187 94 30 -
CMYK 0 0.50 0.84 0.27
HSL 24.46º 0.72% 0.43% -
HSV(B) 24.46º 0.84% 0.73% -
XYZ 24.73 18.66 3.53 -
YUV 114.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 187 94 30 0 0.50 0.84 0.27 24.46 0.72 0.43
Hex BB 5E 1E 0 32 54 1B 18 48 2B
Octal 273 136 36 0 62 124 33 30 110 53
Binary 10111011 1011110 11110 0 110010 1010100 11011 11000 1001000 101011

Color Harmonies of #BB5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E1E

Black with #BB5E1E

Text Example


Text Example

White with #BB5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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