#BB6127

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

Shades of Christine #BB6127

Tints of Christine #BB6127

Color information

#BB6127 (or 0xBB6127) is unknown color: approx Christine. HEX triplet: BB, 61 and 27. RGB value is (187,97,39). Sum of RGB (Red+Green+Blue) = 187+97+39=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6127 is #449ED8. Grayscale: #757575. Windows color (decimal): -4497113 or 2580923. OLE color: 2580923.

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

Color convert

RGB1879739-
CMYK00.480.790.27
HSL23.51º65.49%44.31%-
HSV(B)23.51º79.14%73.33%-
XYZ25.1319.264.31-
YUV117.383.82177.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 39 (15.62% from 255) = 12.07%
R=57.89%
G=30.03%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187973900.480.790.2723.5165.4944.31
HexBB61270304F1B18412c
Octal27314147060117333010154
Binary1011101111000011001110110000100111111011110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6127; }

 p { color: rgb(187,97,39); }

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

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

 a { background-color: rgb(187,97,39); }

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

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

 span { border-color: rgb(187,97,39); }

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