Html Css Color HEX #BA7262 Contessa

📋 copy color: '#BA7262'

red 186 ◦ green 114 ◦ blue 98

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

Shades of Contessa #BA7262

Tints of Contessa #BA7262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.62%

R = 46.73%
G = 28.64%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA7262 (or 0xBA7262) is known color: Contessa. HEX triplet: BA, 72 and 62. RGB value is (186,114,98). Sum of RGB (Red+Green+Blue) = 186+114+98=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7262 is #458D9D. Grayscale: #858585. Windows color (decimal): -4558238 or 6451898. OLE color: 6451898.

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

Color convert

RGB 186 114 98 -
CMYK 0 0.39 0.47 0.27
HSL 10.91º 0.39% 0.56% -
HSV(B) 10.91º 0.47% 0.73% -
XYZ 28.47 23.36 14.56 -
YUV 133.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 186 114 98 0 0.39 0.47 0.27 10.91 0.39 0.56
Hex BA 72 62 0 27 2F 1B B 27 38
Octal 272 162 142 0 47 57 33 13 47 70
Binary 10111010 1110010 1100010 0 100111 101111 11011 1011 100111 111000

Color Harmonies of #BA7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7262

Black with #BA7262

Text Example


Text Example

White with #BA7262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7262; }

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

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

background-color css

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

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

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

border-color css

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

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

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