#BA672B

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

Shades of Christine #BA672B

Tints of Christine #BA672B

Color information

#BA672B (or 0xBA672B) is unknown color: approx Christine. HEX triplet: BA, 67 and 2B. RGB value is (186,103,43). Sum of RGB (Red+Green+Blue) = 186+103+43=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA672B is #4598D4. Grayscale: #797979. Windows color (decimal): -4561109 or 2844602. OLE color: 2844602.

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

Color convert

RGB18610343-
CMYK00.450.770.27
HSL25.17º62.45%44.9%-
HSV(B)25.17º76.88%72.94%-
XYZ25.5420.314.86-
YUV120.9884174.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=56.02%
G=31.02%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861034300.450.770.2725.1762.4544.9
HexBA672B02D4D1B193e2d
Octal2721475305511533317655
Binary101110101100111101011010110110011011101111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA672B; }

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

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

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

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

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

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

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

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