Html Css Color HEX #BE7767 Contessa

📋 copy color: '#BE7767'

red 190 ◦ green 119 ◦ blue 103

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

Shades of Contessa #BE7767

Tints of Contessa #BE7767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25%

R = 46.12%
G = 28.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE7767 (or 0xBE7767) is known color: Contessa. HEX triplet: BE, 77 and 67. RGB value is (190,119,103). Sum of RGB (Red+Green+Blue) = 190+119+103=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7767 is #418898. Grayscale: #8A8A8A. Windows color (decimal): -4294809 or 6780862. OLE color: 6780862.

HSL color Cylindrical-coordinate representation of color #BE7767: hue angle of 11.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7767 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 119 103 -
CMYK 0 0.37 0.46 0.25
HSL 11.03º 0.4% 0.57% -
HSV(B) 11.03º 0.46% 0.75% -
XYZ 30.28 25.12 16.08 -
YUV 138.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 190 119 103 0 0.37 0.46 0.25 11.03 0.4 0.57
Hex BE 77 67 0 25 2E 19 B 28 39
Octal 276 167 147 0 45 56 31 13 50 71
Binary 10111110 1110111 1100111 0 100101 101110 11001 1011 101000 111001

Color Harmonies of #BE7767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7767

Black with #BE7767

Text Example


Text Example

White with #BE7767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7767; }

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

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

background-color css

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

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

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

border-color css

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

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

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