Html Css Color HEX #BB5B19 Christine

📋 copy color: '#BB5B19'

red 187 ◦ green 91 ◦ blue 25

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

Shades of Christine #BB5B19

Tints of Christine #BB5B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.25%

R = 61.72%
G = 30.03%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB5B19 (or 0xBB5B19) is known color: Christine. HEX triplet: BB, 5B and 19. RGB value is (187,91,25). Sum of RGB (Red+Green+Blue) = 187+91+25=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5B19 is #44A4E6. Grayscale: #707070. Windows color (decimal): -4498663 or 1661883. OLE color: 1661883.

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

Color convert

RGB 187 91 25 -
CMYK 0 0.51 0.87 0.27
HSL 24.44º 0.76% 0.42% -
HSV(B) 24.44º 0.87% 0.73% -
XYZ 24.41 18.12 3.13 -
YUV 112.18 78.8 181.37 -
System Red Green Blue C M Y K H S L
Decimal 187 91 25 0 0.51 0.87 0.27 24.44 0.76 0.42
Hex BB 5B 19 0 33 57 1B 18 4C 2A
Octal 273 133 31 0 63 127 33 30 114 52
Binary 10111011 1011011 11001 0 110011 1010111 11011 11000 1001100 101010

Color Harmonies of #BB5B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5B19

Black with #BB5B19

Text Example


Text Example

White with #BB5B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5B19; }

 p { color: rgb(187,91,25); }

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

background-color css

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

 a { background-color: rgb(187,91,25); }

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

border-color css

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

 span { border-color: rgb(187,91,25); }

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