#BB591A

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

Shades of Christine #BB591A

Tints of Christine #BB591A

Color information

#BB591A (or 0xBB591A) is unknown color: approx Christine. HEX triplet: BB, 59 and 1A. RGB value is (187,89,26). Sum of RGB (Red+Green+Blue) = 187+89+26=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB591A is #44A6E5. Grayscale: #6F6F6F. Windows color (decimal): -4499174 or 1726907. OLE color: 1726907.

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

Color convert

RGB1878926-
CMYK00.520.860.27
HSL23.48º75.59%41.76%-
HSV(B)23.48º86.1%73.33%-
XYZ24.2517.783.13-
YUV111.1279.97182.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 26 (10.55% from 255) = 8.61%
R=61.92%
G=29.47%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187892600.520.860.2723.4875.5941.76
HexBB591A034561B174c2a
Octal27313132064126332711452
Binary101110111011001110100110100101011011011101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB591A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB591A; }

 p { color: rgb(187,89,26); }

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

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

 a { background-color: rgb(187,89,26); }

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

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

 span { border-color: rgb(187,89,26); }

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