#BA5E2B

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

Shades of Christine #BA5E2B

Tints of Christine #BA5E2B

Color information

#BA5E2B (or 0xBA5E2B) is unknown color: approx Christine. HEX triplet: BA, 5E and 2B. RGB value is (186,94,43). Sum of RGB (Red+Green+Blue) = 186+94+43=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E2B is #45A1D4. Grayscale: #737373. Windows color (decimal): -4563413 or 2842298. OLE color: 2842298.

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

Color convert

RGB1869443-
CMYK00.490.770.27
HSL21.4º62.45%44.9%-
HSV(B)21.4º76.88%72.94%-
XYZ24.6918.624.58-
YUV115.6986.98178.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=57.59%
G=29.10%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186944300.490.770.2721.462.4544.9
HexBA5E2B0314D1B153e2d
Octal2721365306111533257655
Binary101110101011110101011011000110011011101110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E2B; }

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

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

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

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

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

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

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

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