Html Css Color HEX #BE7574 Contessa

📋 copy color: '#BE7574'

red 190 ◦ green 117 ◦ blue 116

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

Shades of Contessa #BE7574

Tints of Contessa #BE7574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 44.92%
G = 27.66%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE7574 (or 0xBE7574) is known color: Contessa. HEX triplet: BE, 75 and 74. RGB value is (190,117,116). Sum of RGB (Red+Green+Blue) = 190+117+116=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7574 is #418A8B. Grayscale: #8A8A8A. Windows color (decimal): -4295308 or 7632318. OLE color: 7632318.

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

Color convert

RGB 190 117 116 -
CMYK 0 0.38 0.39 0.25
HSL 0.81º 0.36% 0.6% -
HSV(B) 0.81º 0.39% 0.75% -
XYZ 30.75 24.93 19.71 -
YUV 138.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 190 117 116 0 0.38 0.39 0.25 0.81 0.36 0.6
Hex BE 75 74 0 26 27 19 1 24 3C
Octal 276 165 164 0 46 47 31 1 44 74
Binary 10111110 1110101 1110100 0 100110 100111 11001 1 100100 111100

Color Harmonies of #BE7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7574

Black with #BE7574

Text Example


Text Example

White with #BE7574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7574; }

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

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

background-color css

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

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

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

border-color css

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

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

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