#BB6B33

Color #BB6B33 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BB6B33

Tints of Christine #BB6B33

Color information

#BB6B33 (or 0xBB6B33) is unknown color: approx Christine. HEX triplet: BB, 6B and 33. RGB value is (187,107,51). Sum of RGB (Red+Green+Blue) = 187+107+51=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6B33 is #4494CC. Grayscale: #7C7C7C. Windows color (decimal): -4494541 or 3369915. OLE color: 3369915.

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

Color convert

RGB18710751-
CMYK00.430.730.27
HSL24.71º57.14%46.67%-
HSV(B)24.71º72.73%73.33%-
XYZ26.3521.325.86-
YUV124.5486.5172.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 51 (20.31% from 255) = 14.78%
R=54.20%
G=31.01%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871075100.430.730.2724.7157.1446.67
HexBB6B3302B491B19392f
Octal2731536305311133317157
Binary101110111101011110011010101110010011101111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B33; }

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

 H1.HeaderClassName
 {
   color: #BB6B33;
 }
 .AnyTagClassName
 {
   color: #BB6B33;
 }
</style>
background-color css

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

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

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

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

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

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