Html Css Color HEX #BE7B6F Contessa

📋 copy color: '#BE7B6F'

red 190 ◦ green 123 ◦ blue 111

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

Shades of Contessa #BE7B6F

Tints of Contessa #BE7B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 44.81%
G = 29.01%
B = 26.18%

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

#BE7B6F (or 0xBE7B6F) is known color: Contessa. HEX triplet: BE, 7B and 6F. RGB value is (190,123,111). Sum of RGB (Red+Green+Blue) = 190+123+111=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B6F is #418490. Grayscale: #8D8D8D. Windows color (decimal): -4293777 or 7306174. OLE color: 7306174.

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

Color convert

RGB 190 123 111 -
CMYK 0 0.35 0.42 0.25
HSL 9.11º 0.38% 0.59% -
HSV(B) 9.11º 0.42% 0.75% -
XYZ 31.19 26.26 18.46 -
YUV 141.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 190 123 111 0 0.35 0.42 0.25 9.11 0.38 0.59
Hex BE 7B 6F 0 23 2A 19 9 26 3B
Octal 276 173 157 0 43 52 31 11 46 73
Binary 10111110 1111011 1101111 0 100011 101010 11001 1001 100110 111011

Color Harmonies of #BE7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B6F

Black with #BE7B6F

Text Example


Text Example

White with #BE7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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