#BA622B

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

Shades of Christine #BA622B

Tints of Christine #BA622B

Color information

#BA622B (or 0xBA622B) is unknown color: approx Christine. HEX triplet: BA, 62 and 2B. RGB value is (186,98,43). Sum of RGB (Red+Green+Blue) = 186+98+43=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA622B is #459DD4. Grayscale: #767676. Windows color (decimal): -4562389 or 2843322. OLE color: 2843322.

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

Color convert

RGB1869843-
CMYK00.470.770.27
HSL23.08º62.45%44.9%-
HSV(B)23.08º76.88%72.94%-
XYZ25.0519.354.7-
YUV118.0485.65176.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=56.88%
G=29.97%
B=13.15%

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
Decimal186984300.470.770.2723.0862.4544.9
HexBA622B02F4D1B173e2d
Octal2721425305711533277655
Binary101110101100010101011010111110011011101110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA622B; }

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

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

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

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

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

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

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

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