Html Css Color HEX #BA6421 Christine

📋 copy color: '#BA6421'

red 186 ◦ green 100 ◦ blue 33

#BA6421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BA6421

Tints of Christine #BA6421

RGB

 RED value IS 186 (73.05% from 255) = 58.31%

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 58.31%
G = 31.35%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA6421 (or 0xBA6421) is known color: Christine. HEX triplet: BA, 64 and 21. RGB value is (186,100,33). Sum of RGB (Red+Green+Blue) = 186+100+33=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6421 is #459BDE. Grayscale: #767676. Windows color (decimal): -4561887 or 2188474. OLE color: 2188474.

HSL color Cylindrical-coordinate representation of color #BA6421: hue angle of 26.27º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA6421 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 100 33 -
CMYK 0 0.46 0.82 0.27
HSL 26.27º 0.7% 0.43% -
HSV(B) 26.27º 0.82% 0.73% -
XYZ 25.08 19.66 3.91 -
YUV 118.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 186 100 33 0 0.46 0.82 0.27 26.27 0.7 0.43
Hex BA 64 21 0 2E 52 1B 1A 46 2B
Octal 272 144 41 0 56 122 33 32 106 53
Binary 10111010 1100100 100001 0 101110 1010010 11011 11010 1000110 101011

Color Harmonies of #BA6421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6421

Black with #BA6421

Text Example


Text Example

White with #BA6421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6421; }

 p { color: rgb(186,100,33); }

 H1.HeaderClassName
 {
   color: #BA6421;
 }
 .AnyTagClassName
 {
   color: #BA6421;
 }
</style>

background-color css

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

 a { background-color: rgb(186,100,33); }

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

border-color css

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

 span { border-color: rgb(186,100,33); }

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