#BA6326

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

Shades of Christine #BA6326

Tints of Christine #BA6326

Color information

#BA6326 (or 0xBA6326) is unknown color: approx Christine. HEX triplet: BA, 63 and 26. RGB value is (186,99,38). Sum of RGB (Red+Green+Blue) = 186+99+38=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6326 is #459CD9. Grayscale: #767676. Windows color (decimal): -4562138 or 2515898. OLE color: 2515898.

HSL color Cylindrical-coordinate representation of color #BA6326: hue angle of 24.73º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA6326 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1869938-
CMYK00.470.800.27
HSL24.73º66.07%43.92%-
HSV(B)24.73º79.57%72.94%-
XYZ25.0619.54.28-
YUV118.0682.82176.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=57.59%
G=30.65%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186993800.470.800.2724.7366.0743.92
HexBA632602F501B19422c
Octal27214346057120333110254
Binary1011101011000111001100101111101000011011110011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6326; }

 p { color: rgb(186,99,38); }

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

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

 a { background-color: rgb(186,99,38); }

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

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

 span { border-color: rgb(186,99,38); }

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