#BA602B

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

Shades of Christine #BA602B

Tints of Christine #BA602B

Color information

#BA602B (or 0xBA602B) is unknown color: approx Christine. HEX triplet: BA, 60 and 2B. RGB value is (186,96,43). Sum of RGB (Red+Green+Blue) = 186+96+43=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA602B is #459FD4. Grayscale: #757575. Windows color (decimal): -4562901 or 2842810. OLE color: 2842810.

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

Color convert

RGB1869643-
CMYK00.480.770.27
HSL22.24º62.45%44.9%-
HSV(B)22.24º76.88%72.94%-
XYZ24.8718.984.64-
YUV116.8786.32177.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=57.23%
G=29.54%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186964300.480.770.2722.2462.4544.9
HexBA602B0304D1B163e2d
Octal2721405306011533267655
Binary101110101100000101011011000010011011101110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA602B; }

 p { color: rgb(186,96,43); }

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

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

 a { background-color: rgb(186,96,43); }

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

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

 span { border-color: rgb(186,96,43); }

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