Html Css Color HEX #BA6329 Christine

📋 copy color: '#BA6329'

red 186 ◦ green 99 ◦ blue 41

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

Shades of Christine #BA6329

Tints of Christine #BA6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 41 (16.41% from 255) = 12.58%

R = 57.06%
G = 30.37%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA6329 (or 0xBA6329) is known color: Christine. HEX triplet: BA, 63 and 29. RGB value is (186,99,41). Sum of RGB (Red+Green+Blue) = 186+99+41=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6329 is #459CD6. Grayscale: #767676. Windows color (decimal): -4562135 or 2712506. OLE color: 2712506.

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

Color convert

RGB 186 99 41 -
CMYK 0 0.47 0.78 0.27
HSL 24º 0.64% 0.45% -
HSV(B) 24º 0.78% 0.73% -
XYZ 25.11 19.52 4.54 -
YUV 118.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 186 99 41 0 0.47 0.78 0.27 24 0.64 0.45
Hex BA 63 29 0 2F 4E 1B 18 40 2D
Octal 272 143 51 0 57 116 33 30 100 55
Binary 10111010 1100011 101001 0 101111 1001110 11011 11000 1000000 101101

Color Harmonies of #BA6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6329

Black with #BA6329

Text Example


Text Example

White with #BA6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6329; }

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

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

background-color css

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

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

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

border-color css

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

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

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