#BB5F1A

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

Shades of Christine #BB5F1A

Tints of Christine #BB5F1A

Color information

#BB5F1A (or 0xBB5F1A) is unknown color: approx Christine. HEX triplet: BB, 5F and 1A. RGB value is (187,95,26). Sum of RGB (Red+Green+Blue) = 187+95+26=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F1A is #44A0E5. Grayscale: #737373. Windows color (decimal): -4497638 or 1728443. OLE color: 1728443.

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

Color convert

RGB1879526-
CMYK00.490.860.27
HSL25.71º75.59%41.76%-
HSV(B)25.71º86.1%73.33%-
XYZ24.7718.823.31-
YUV114.6477.98179.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=60.71%
G=30.84%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187952600.490.860.2725.7175.5941.76
HexBB5F1A031561B1a4c2a
Octal27313732061126333211452
Binary101110111011111110100110001101011011011110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F1A; }

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

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

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

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

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

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

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

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