Html Css Color HEX #BB5919 Christine

📋 copy color: '#BB5919'

red 187 ◦ green 89 ◦ blue 25

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

Shades of Christine #BB5919

Tints of Christine #BB5919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

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

R = 62.13%
G = 29.57%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB5919 (or 0xBB5919) is known color: Christine. HEX triplet: BB, 59 and 19. RGB value is (187,89,25). Sum of RGB (Red+Green+Blue) = 187+89+25=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5919 is #44A6E6. Grayscale: #6F6F6F. Windows color (decimal): -4499175 or 1661371. OLE color: 1661371.

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

Color convert

RGB 187 89 25 -
CMYK 0 0.52 0.87 0.27
HSL 23.7º 0.76% 0.42% -
HSV(B) 23.7º 0.87% 0.73% -
XYZ 24.24 17.78 3.07 -
YUV 111.01 79.47 182.2 -
System Red Green Blue C M Y K H S L
Decimal 187 89 25 0 0.52 0.87 0.27 23.7 0.76 0.42
Hex BB 59 19 0 34 57 1B 18 4C 2A
Octal 273 131 31 0 64 127 33 30 114 52
Binary 10111011 1011001 11001 0 110100 1010111 11011 11000 1001100 101010

Color Harmonies of #BB5919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5919

Black with #BB5919

Text Example


Text Example

White with #BB5919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5919; }

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

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

background-color css

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

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

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

border-color css

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

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

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