#BA671B

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

Shades of Christine #BA671B

Tints of Christine #BA671B

Color information

#BA671B (or 0xBA671B) is unknown color: approx Christine. HEX triplet: BA, 67 and 1B. RGB value is (186,103,27). Sum of RGB (Red+Green+Blue) = 186+103+27=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA671B is #4598E4. Grayscale: #777777. Windows color (decimal): -4561125 or 1796026. OLE color: 1796026.

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

Color convert

RGB18610327-
CMYK00.450.850.27
HSL28.68º74.65%41.76%-
HSV(B)28.68º85.48%72.94%-
XYZ25.320.223.61-
YUV119.1576175.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 27 (10.94% from 255) = 8.54%
R=58.86%
G=32.59%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861032700.450.850.2728.6874.6541.76
HexBA671B02D551B1d4b2a
Octal27214733055125333511352
Binary101110101100111110110101101101010111011111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA671B; }

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

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

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

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

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

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

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

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