#BA622F

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

Shades of Christine #BA622F

Tints of Christine #BA622F

Color information

#BA622F (or 0xBA622F) is unknown color: approx Christine. HEX triplet: BA, 62 and 2F. RGB value is (186,98,47). Sum of RGB (Red+Green+Blue) = 186+98+47=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA622F is #459DD0. Grayscale: #767676. Windows color (decimal): -4562385 or 3105466. OLE color: 3105466.

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

Color convert

RGB1869847-
CMYK00.470.750.27
HSL22.01º59.66%45.69%-
HSV(B)22.01º74.73%72.94%-
XYZ25.1319.385.11-
YUV118.587.65176.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 47 (18.75% from 255) = 14.20%
R=56.19%
G=29.61%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186984700.470.750.2722.0159.6645.69
HexBA622F02F4B1B163c2e
Octal2721425705711333267456
Binary101110101100010101111010111110010111101110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA622F; }

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

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

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

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

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

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

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

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