#BB6936

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

Shades of Christine #BB6936

Tints of Christine #BB6936

Color information

#BB6936 (or 0xBB6936) is unknown color: approx Christine. HEX triplet: BB, 69 and 36. RGB value is (187,105,54). Sum of RGB (Red+Green+Blue) = 187+105+54=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6936 is #4496C9. Grayscale: #7B7B7B. Windows color (decimal): -4495050 or 3566011. OLE color: 3566011.

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

Color convert

RGB18710554-
CMYK00.440.710.27
HSL23.01º55.19%47.25%-
HSV(B)23.01º71.12%73.33%-
XYZ26.2120.936.15-
YUV123.788.67173.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 54 (21.48% from 255) = 15.61%
R=54.05%
G=30.35%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871055400.440.710.2723.0155.1947.25
HexBB693602C471B17372f
Octal2731516605410733276757
Binary101110111101001110110010110010001111101110111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6936; }

 p { color: rgb(187,105,54); }

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

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

 a { background-color: rgb(187,105,54); }

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

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

 span { border-color: rgb(187,105,54); }

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