Html Css Color HEX #BE756B Contessa

📋 copy color: '#BE756B'

red 190 ◦ green 117 ◦ blue 107

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

Shades of Contessa #BE756B

Tints of Contessa #BE756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 45.89%
G = 28.26%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE756B (or 0xBE756B) is known color: Contessa. HEX triplet: BE, 75 and 6B. RGB value is (190,117,107). Sum of RGB (Red+Green+Blue) = 190+117+107=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE756B is #418A94. Grayscale: #898989. Windows color (decimal): -4295317 or 7042494. OLE color: 7042494.

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

Color convert

RGB 190 117 107 -
CMYK 0 0.38 0.44 0.25
HSL 7.23º 0.39% 0.58% -
HSV(B) 7.23º 0.44% 0.75% -
XYZ 30.25 24.73 17.09 -
YUV 137.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 190 117 107 0 0.38 0.44 0.25 7.23 0.39 0.58
Hex BE 75 6B 0 26 2C 19 7 27 3A
Octal 276 165 153 0 46 54 31 7 47 72
Binary 10111110 1110101 1101011 0 100110 101100 11001 111 100111 111010

Color Harmonies of #BE756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE756B

Black with #BE756B

Text Example


Text Example

White with #BE756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE756B; }

 p { color: rgb(190,117,107); }

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

background-color css

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

 a { background-color: rgb(190,117,107); }

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

border-color css

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

 span { border-color: rgb(190,117,107); }

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