#BA622D

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

Shades of Christine #BA622D

Tints of Christine #BA622D

Color information

#BA622D (or 0xBA622D) is unknown color: approx Christine. HEX triplet: BA, 62 and 2D. RGB value is (186,98,45). Sum of RGB (Red+Green+Blue) = 186+98+45=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA622D is #459DD2. Grayscale: #767676. Windows color (decimal): -4562387 or 2974394. OLE color: 2974394.

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

Color convert

RGB1869845-
CMYK00.470.760.27
HSL22.55º61.04%45.29%-
HSV(B)22.55º75.81%72.94%-
XYZ25.0919.364.9-
YUV118.2786.65176.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=56.53%
G=29.79%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186984500.470.760.2722.5561.0445.29
HexBA622D02F4C1B173d2d
Octal2721425505711433277555
Binary101110101100010101101010111110011001101110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA622D; }

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

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

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

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

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

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

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

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