Html Css Color HEX #BE7B6E Contessa

📋 copy color: '#BE7B6E'

red 190 ◦ green 123 ◦ blue 110

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

Shades of Contessa #BE7B6E

Tints of Contessa #BE7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 44.92%
G = 29.08%
B = 26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE7B6E (or 0xBE7B6E) is known color: Contessa. HEX triplet: BE, 7B and 6E. RGB value is (190,123,110). Sum of RGB (Red+Green+Blue) = 190+123+110=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B6E is #418491. Grayscale: #8D8D8D. Windows color (decimal): -4293778 or 7240638. OLE color: 7240638.

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

Color convert

RGB 190 123 110 -
CMYK 0 0.35 0.42 0.25
HSL 9.75º 0.38% 0.59% -
HSV(B) 9.75º 0.42% 0.75% -
XYZ 31.13 26.24 18.18 -
YUV 141.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 190 123 110 0 0.35 0.42 0.25 9.75 0.38 0.59
Hex BE 7B 6E 0 23 2A 19 A 26 3B
Octal 276 173 156 0 43 52 31 12 46 73
Binary 10111110 1111011 1101110 0 100011 101010 11001 1010 100110 111011

Color Harmonies of #BE7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B6E

Black with #BE7B6E

Text Example


Text Example

White with #BE7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B6E; }

 p { color: rgb(190,123,110); }

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

background-color css

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

 a { background-color: rgb(190,123,110); }

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

border-color css

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

 span { border-color: rgb(190,123,110); }

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