Html Css Color HEX #BE756D Contessa

📋 copy color: '#BE756D'

red 190 ◦ green 117 ◦ blue 109

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

Shades of Contessa #BE756D

Tints of Contessa #BE756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 45.67%
G = 28.13%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE756D (or 0xBE756D) is known color: Contessa. HEX triplet: BE, 75 and 6D. RGB value is (190,117,109). Sum of RGB (Red+Green+Blue) = 190+117+109=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE756D is #418A92. Grayscale: #8A8A8A. Windows color (decimal): -4295315 or 7173566. OLE color: 7173566.

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

Color convert

RGB 190 117 109 -
CMYK 0 0.38 0.43 0.25
HSL 5.93º 0.38% 0.59% -
HSV(B) 5.93º 0.43% 0.75% -
XYZ 30.36 24.77 17.65 -
YUV 137.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 190 117 109 0 0.38 0.43 0.25 5.93 0.38 0.59
Hex BE 75 6D 0 26 2B 19 6 26 3B
Octal 276 165 155 0 46 53 31 6 46 73
Binary 10111110 1110101 1101101 0 100110 101011 11001 110 100110 111011

Color Harmonies of #BE756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE756D

Black with #BE756D

Text Example


Text Example

White with #BE756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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