Html Css Color HEX #BE776A Contessa

📋 copy color: '#BE776A'

red 190 ◦ green 119 ◦ blue 106

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

Shades of Contessa #BE776A

Tints of Contessa #BE776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

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

R = 45.78%
G = 28.67%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE776A (or 0xBE776A) is known color: Contessa. HEX triplet: BE, 77 and 6A. RGB value is (190,119,106). Sum of RGB (Red+Green+Blue) = 190+119+106=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE776A is #418895. Grayscale: #8A8A8A. Windows color (decimal): -4294806 or 6977470. OLE color: 6977470.

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

Color convert

RGB 190 119 106 -
CMYK 0 0.37 0.44 0.25
HSL 9.29º 0.39% 0.58% -
HSV(B) 9.29º 0.44% 0.75% -
XYZ 30.43 25.18 16.89 -
YUV 138.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 190 119 106 0 0.37 0.44 0.25 9.29 0.39 0.58
Hex BE 77 6A 0 25 2C 19 9 27 3A
Octal 276 167 152 0 45 54 31 11 47 72
Binary 10111110 1110111 1101010 0 100101 101100 11001 1001 100111 111010

Color Harmonies of #BE776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE776A

Black with #BE776A

Text Example


Text Example

White with #BE776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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