#BA632B

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

Shades of Christine #BA632B

Tints of Christine #BA632B

Color information

#BA632B (or 0xBA632B) is unknown color: approx Christine. HEX triplet: BA, 63 and 2B. RGB value is (186,99,43). Sum of RGB (Red+Green+Blue) = 186+99+43=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA632B is #459CD4. Grayscale: #767676. Windows color (decimal): -4562133 or 2843578. OLE color: 2843578.

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

Color convert

RGB1869943-
CMYK00.470.770.27
HSL23.5º62.45%44.9%-
HSV(B)23.5º76.88%72.94%-
XYZ25.1519.544.73-
YUV118.6385.32176.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 43 (17.19% from 255) = 13.11%
R=56.71%
G=30.18%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186994300.470.770.2723.562.4544.9
HexBA632B02F4D1B173e2d
Octal2721435305711533277655
Binary101110101100011101011010111110011011101110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA632B; }

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

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

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

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

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

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

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

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