Html Css Color HEX #BE766D Contessa

📋 copy color: '#BE766D'

red 190 ◦ green 118 ◦ blue 109

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

Shades of Contessa #BE766D

Tints of Contessa #BE766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 45.56%
G = 28.3%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE766D (or 0xBE766D) is known color: Contessa. HEX triplet: BE, 76 and 6D. RGB value is (190,118,109). Sum of RGB (Red+Green+Blue) = 190+118+109=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE766D is #418992. Grayscale: #8A8A8A. Windows color (decimal): -4295059 or 7173822. OLE color: 7173822.

HSL color Cylindrical-coordinate representation of color #BE766D: hue angle of 6.67º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE766D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 118 109 -
CMYK 0 0.38 0.43 0.25
HSL 6.67º 0.38% 0.59% -
HSV(B) 6.67º 0.43% 0.75% -
XYZ 30.47 25.01 17.69 -
YUV 138.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 190 118 109 0 0.38 0.43 0.25 6.67 0.38 0.59
Hex BE 76 6D 0 26 2B 19 7 26 3B
Octal 276 166 155 0 46 53 31 7 46 73
Binary 10111110 1110110 1101101 0 100110 101011 11001 111 100110 111011

Color Harmonies of #BE766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE766D

Black with #BE766D

Text Example


Text Example

White with #BE766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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