Html Css Color HEX #BE7D6A Contessa

📋 copy color: '#BE7D6A'

red 190 ◦ green 125 ◦ blue 106

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

Shades of Contessa #BE7D6A

Tints of Contessa #BE7D6A

RGB

 RED value IS 190 (74.61% from 255) = 45.13%

 GREEN value IS 125 (49.22% from 255) = 29.69%

 BLUE value IS 106 (41.8% from 255) = 25.18%

R = 45.13%
G = 29.69%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE7D6A (or 0xBE7D6A) is known color: Contessa. HEX triplet: BE, 7D and 6A. RGB value is (190,125,106). Sum of RGB (Red+Green+Blue) = 190+125+106=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D6A is #418295. Grayscale: #8E8E8E. Windows color (decimal): -4293270 or 6979006. OLE color: 6979006.

HSL color Cylindrical-coordinate representation of color #BE7D6A: hue angle of 13.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7D6A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 106 -
CMYK 0 0.34 0.44 0.25
HSL 13.57º 0.39% 0.58% -
HSV(B) 13.57º 0.44% 0.75% -
XYZ 31.17 26.65 17.14 -
YUV 142.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 190 125 106 0 0.34 0.44 0.25 13.57 0.39 0.58
Hex BE 7D 6A 0 22 2C 19 E 27 3A
Octal 276 175 152 0 42 54 31 16 47 72
Binary 10111110 1111101 1101010 0 100010 101100 11001 1110 100111 111010

Color Harmonies of #BE7D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D6A

Black with #BE7D6A

Text Example


Text Example

White with #BE7D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D6A; }

 p { color: rgb(190,125,106); }

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

background-color css

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

 a { background-color: rgb(190,125,106); }

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

border-color css

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

 span { border-color: rgb(190,125,106); }

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