Html Css Color HEX #BE766A Contessa

📋 copy color: '#BE766A'

red 190 ◦ green 118 ◦ blue 106

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

Shades of Contessa #BE766A

Tints of Contessa #BE766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

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

R = 45.89%
G = 28.5%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE766A (or 0xBE766A) is known color: Contessa. HEX triplet: BE, 76 and 6A. RGB value is (190,118,106). Sum of RGB (Red+Green+Blue) = 190+118+106=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE766A is #418995. Grayscale: #8A8A8A. Windows color (decimal): -4295062 or 6977214. OLE color: 6977214.

HSL color Cylindrical-coordinate representation of color #BE766A: hue angle of 8.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 #BE766A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 118 106 -
CMYK 0 0.38 0.44 0.25
HSL 8.57º 0.39% 0.58% -
HSV(B) 8.57º 0.44% 0.75% -
XYZ 30.32 24.94 16.85 -
YUV 138.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 190 118 106 0 0.38 0.44 0.25 8.57 0.39 0.58
Hex BE 76 6A 0 26 2C 19 9 27 3A
Octal 276 166 152 0 46 54 31 11 47 72
Binary 10111110 1110110 1101010 0 100110 101100 11001 1001 100111 111010

Color Harmonies of #BE766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE766A

Black with #BE766A

Text Example


Text Example

White with #BE766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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