Html Css Color HEX #BA6D5A Contessa

📋 copy color: '#BA6D5A'

red 186 ◦ green 109 ◦ blue 90

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

Shades of Contessa #BA6D5A

Tints of Contessa #BA6D5A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 48.31%
G = 28.31%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA6D5A (or 0xBA6D5A) is known color: Contessa. HEX triplet: BA, 6D and 5A. RGB value is (186,109,90). Sum of RGB (Red+Green+Blue) = 186+109+90=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D5A is #4592A5. Grayscale: #828282. Windows color (decimal): -4559526 or 5926330. OLE color: 5926330.

HSL color Cylindrical-coordinate representation of color #BA6D5A: hue angle of 11.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6D5A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 90 -
CMYK 0 0.41 0.52 0.27
HSL 11.88º 0.41% 0.54% -
HSV(B) 11.88º 0.52% 0.73% -
XYZ 27.56 22.11 12.49 -
YUV 129.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 186 109 90 0 0.41 0.52 0.27 11.88 0.41 0.54
Hex BA 6D 5A 0 29 34 1B C 29 36
Octal 272 155 132 0 51 64 33 14 51 66
Binary 10111010 1101101 1011010 0 101001 110100 11011 1100 101001 110110

Color Harmonies of #BA6D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D5A

Black with #BA6D5A

Text Example


Text Example

White with #BA6D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D5A; }

 p { color: rgb(186,109,90); }

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

background-color css

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

 a { background-color: rgb(186,109,90); }

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

border-color css

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

 span { border-color: rgb(186,109,90); }

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