Html Css Color HEX #BE766C Contessa

📋 copy color: '#BE766C'

red 190 ◦ green 118 ◦ blue 108

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

Shades of Contessa #BE766C

Tints of Contessa #BE766C

RGB

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

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

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

R = 45.67%
G = 28.37%
B = 25.96%

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

#BE766C (or 0xBE766C) is known color: Contessa. HEX triplet: BE, 76 and 6C. RGB value is (190,118,108). Sum of RGB (Red+Green+Blue) = 190+118+108=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE766C is #418993. Grayscale: #8A8A8A. Windows color (decimal): -4295060 or 7108286. OLE color: 7108286.

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

Color convert

RGB 190 118 108 -
CMYK 0 0.38 0.43 0.25
HSL 7.32º 0.39% 0.58% -
HSV(B) 7.32º 0.43% 0.75% -
XYZ 30.42 24.99 17.41 -
YUV 138.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 190 118 108 0 0.38 0.43 0.25 7.32 0.39 0.58
Hex BE 76 6C 0 26 2B 19 7 27 3A
Octal 276 166 154 0 46 53 31 7 47 72
Binary 10111110 1110110 1101100 0 100110 101011 11001 111 100111 111010

Color Harmonies of #BE766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE766C

Black with #BE766C

Text Example


Text Example

White with #BE766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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