Html Css Color HEX #BA726C Contessa

📋 copy color: '#BA726C'

red 186 ◦ green 114 ◦ blue 108

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

Shades of Contessa #BA726C

Tints of Contessa #BA726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 45.59%
G = 27.94%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA726C (or 0xBA726C) is known color: Contessa. HEX triplet: BA, 72 and 6C. RGB value is (186,114,108). Sum of RGB (Red+Green+Blue) = 186+114+108=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA726C is #458D93. Grayscale: #868686. Windows color (decimal): -4558228 or 7107258. OLE color: 7107258.

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

Color convert

RGB 186 114 108 -
CMYK 0 0.39 0.42 0.27
HSL 4.62º 0.36% 0.58% -
HSV(B) 4.62º 0.42% 0.73% -
XYZ 28.97 23.56 17.21 -
YUV 134.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 186 114 108 0 0.39 0.42 0.27 4.62 0.36 0.58
Hex BA 72 6C 0 27 2A 1B 5 24 3A
Octal 272 162 154 0 47 52 33 5 44 72
Binary 10111010 1110010 1101100 0 100111 101010 11011 101 100100 111010

Color Harmonies of #BA726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA726C

Black with #BA726C

Text Example


Text Example

White with #BA726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA726C; }

 p { color: rgb(186,114,108); }

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

background-color css

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

 a { background-color: rgb(186,114,108); }

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

border-color css

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

 span { border-color: rgb(186,114,108); }

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