Html Css Color HEX #BA6B5E Contessa

📋 copy color: '#BA6B5E'

red 186 ◦ green 107 ◦ blue 94

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

Shades of Contessa #BA6B5E

Tints of Contessa #BA6B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.65%

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 48.06%
G = 27.65%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA6B5E (or 0xBA6B5E) is known color: Contessa. HEX triplet: BA, 6B and 5E. RGB value is (186,107,94). Sum of RGB (Red+Green+Blue) = 186+107+94=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B5E is #4594A1. Grayscale: #818181. Windows color (decimal): -4560034 or 6187962. OLE color: 6187962.

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

Color convert

RGB 186 107 94 -
CMYK 0 0.42 0.49 0.27
HSL 8.48º 0.4% 0.55% -
HSV(B) 8.48º 0.49% 0.73% -
XYZ 27.53 21.76 13.34 -
YUV 129.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 186 107 94 0 0.42 0.49 0.27 8.48 0.4 0.55
Hex BA 6B 5E 0 2A 31 1B 8 28 37
Octal 272 153 136 0 52 61 33 10 50 67
Binary 10111010 1101011 1011110 0 101010 110001 11011 1000 101000 110111

Color Harmonies of #BA6B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B5E

Black with #BA6B5E

Text Example


Text Example

White with #BA6B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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