Html Css Color HEX #BB6533 Christine

📋 copy color: '#BB6533'

red 187 ◦ green 101 ◦ blue 51

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

Shades of Christine #BB6533

Tints of Christine #BB6533

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 51 (20.31% from 255) = 15.04%

R = 55.16%
G = 29.79%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB6533 (or 0xBB6533) is known color: Christine. HEX triplet: BB, 65 and 33. RGB value is (187,101,51). Sum of RGB (Red+Green+Blue) = 187+101+51=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6533 is #449ACC. Grayscale: #797979. Windows color (decimal): -4496077 or 3368379. OLE color: 3368379.

HSL color Cylindrical-coordinate representation of color #BB6533: hue angle of 22.06º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB6533 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 51 -
CMYK 0 0.46 0.73 0.27
HSL 22.06º 0.57% 0.47% -
HSV(B) 22.06º 0.73% 0.73% -
XYZ 25.74 20.11 5.66 -
YUV 121.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 187 101 51 0 0.46 0.73 0.27 22.06 0.57 0.47
Hex BB 65 33 0 2E 49 1B 16 39 2F
Octal 273 145 63 0 56 111 33 26 71 57
Binary 10111011 1100101 110011 0 101110 1001001 11011 10110 111001 101111

Color Harmonies of #BB6533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6533

Black with #BB6533

Text Example


Text Example

White with #BB6533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6533; }

 p { color: rgb(187,101,51); }

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

background-color css

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

 a { background-color: rgb(187,101,51); }

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

border-color css

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

 span { border-color: rgb(187,101,51); }

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