Html Css Color HEX #BA6B5C Contessa

📋 copy color: '#BA6B5C'

red 186 ◦ green 107 ◦ blue 92

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

Shades of Contessa #BA6B5C

Tints of Contessa #BA6B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 48.31%
G = 27.79%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA6B5C (or 0xBA6B5C) is known color: Contessa. HEX triplet: BA, 6B and 5C. RGB value is (186,107,92). Sum of RGB (Red+Green+Blue) = 186+107+92=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B5C is #4594A3. Grayscale: #818181. Windows color (decimal): -4560036 or 6056890. OLE color: 6056890.

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

Color convert

RGB 186 107 92 -
CMYK 0 0.42 0.51 0.27
HSL 9.57º 0.41% 0.55% -
HSV(B) 9.57º 0.51% 0.73% -
XYZ 27.44 21.73 12.87 -
YUV 128.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 186 107 92 0 0.42 0.51 0.27 9.57 0.41 0.55
Hex BA 6B 5C 0 2A 33 1B A 29 37
Octal 272 153 134 0 52 63 33 12 51 67
Binary 10111010 1101011 1011100 0 101010 110011 11011 1010 101001 110111

Color Harmonies of #BA6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B5C

Black with #BA6B5C

Text Example


Text Example

White with #BA6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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