#BB642A

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

Shades of Christine #BB642A

Tints of Christine #BB642A

Color information

#BB642A (or 0xBB642A) is unknown color: approx Christine. HEX triplet: BB, 64 and 2A. RGB value is (187,100,42). Sum of RGB (Red+Green+Blue) = 187+100+42=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB642A is #449BD5. Grayscale: #777777. Windows color (decimal): -4496342 or 2778299. OLE color: 2778299.

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

Color convert

RGB18710042-
CMYK00.470.780.27
HSL24º63.32%44.9%-
HSV(B)24º77.54%73.33%-
XYZ25.4719.854.68-
YUV119.484.32176.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.84%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=56.84%
G=30.40%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871004200.470.780.272463.3244.9
HexBB642A02F4E1B183f2d
Octal2731445205711633307755
Binary101110111100100101010010111110011101101111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB642A; }

 p { color: rgb(187,100,42); }

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

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

 a { background-color: rgb(187,100,42); }

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

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

 span { border-color: rgb(187,100,42); }

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