#BA672F

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

Shades of Christine #BA672F

Tints of Christine #BA672F

Color information

#BA672F (or 0xBA672F) is unknown color: approx Christine. HEX triplet: BA, 67 and 2F. RGB value is (186,103,47). Sum of RGB (Red+Green+Blue) = 186+103+47=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA672F is #4598D0. Grayscale: #797979. Windows color (decimal): -4561105 or 3106746. OLE color: 3106746.

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

Color convert

RGB18610347-
CMYK00.450.750.27
HSL24.17º59.66%45.69%-
HSV(B)24.17º74.73%72.94%-
XYZ25.6120.345.27-
YUV121.4386174.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=55.36%
G=30.65%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861034700.450.750.2724.1759.6645.69
HexBA672F02D4B1B183c2e
Octal2721475705511333307456
Binary101110101100111101111010110110010111101111000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA672F; }

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

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

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

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

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

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

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

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