#BB5A1A

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

Shades of Christine #BB5A1A

Tints of Christine #BB5A1A

Color information

#BB5A1A (or 0xBB5A1A) is unknown color: approx Christine. HEX triplet: BB, 5A and 1A. RGB value is (187,90,26). Sum of RGB (Red+Green+Blue) = 187+90+26=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A1A is #44A5E5. Grayscale: #707070. Windows color (decimal): -4498918 or 1727163. OLE color: 1727163.

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

Color convert

RGB1879026-
CMYK00.520.860.27
HSL23.85º75.59%41.76%-
HSV(B)23.85º86.1%73.33%-
XYZ24.3417.953.16-
YUV111.7179.64181.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 26 (10.55% from 255) = 8.58%
R=61.72%
G=29.70%
B=8.58%

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
Decimal187902600.520.860.2723.8575.5941.76
HexBB5A1A034561B184c2a
Octal27313232064126333011452
Binary101110111011010110100110100101011011011110001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A1A; }

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

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

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

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

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

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

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

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