Html Css Color HEX #BB5A16 Christine

📋 copy color: '#BB5A16'

red 187 ◦ green 90 ◦ blue 22

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

Shades of Christine #BB5A16

Tints of Christine #BB5A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 62.54%
G = 30.1%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB5A16 (or 0xBB5A16) is known color: Christine. HEX triplet: BB, 5A and 16. RGB value is (187,90,22). Sum of RGB (Red+Green+Blue) = 187+90+22=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5A16 is #44A5E9. Grayscale: #6F6F6F. Windows color (decimal): -4498922 or 1465019. OLE color: 1465019.

HSL color Cylindrical-coordinate representation of color #BB5A16: hue angle of 24.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB5A16 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 90 22 -
CMYK 0 0.52 0.88 0.27
HSL 24.73º 0.79% 0.41% -
HSV(B) 24.73º 0.88% 0.73% -
XYZ 24.29 17.94 2.94 -
YUV 111.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 187 90 22 0 0.52 0.88 0.27 24.73 0.79 0.41
Hex BB 5A 16 0 34 58 1B 19 4F 29
Octal 273 132 26 0 64 130 33 31 117 51
Binary 10111011 1011010 10110 0 110100 1011000 11011 11001 1001111 101001

Color Harmonies of #BB5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A16

Black with #BB5A16

Text Example


Text Example

White with #BB5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A16; }

 p { color: rgb(187,90,22); }

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

background-color css

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

 a { background-color: rgb(187,90,22); }

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

border-color css

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

 span { border-color: rgb(187,90,22); }

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