Html Css Color HEX #BE7A74 Contessa

📋 copy color: '#BE7A74'

red 190 ◦ green 122 ◦ blue 116

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

Shades of Contessa #BE7A74

Tints of Contessa #BE7A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.5%

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

R = 44.39%
G = 28.5%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE7A74 (or 0xBE7A74) is known color: Contessa. HEX triplet: BE, 7A and 74. RGB value is (190,122,116). Sum of RGB (Red+Green+Blue) = 190+122+116=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A74 is #41858B. Grayscale: #8D8D8D. Windows color (decimal): -4294028 or 7633598. OLE color: 7633598.

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

Color convert

RGB 190 122 116 -
CMYK 0 0.36 0.39 0.25
HSL 4.86º 0.36% 0.6% -
HSV(B) 4.86º 0.39% 0.75% -
XYZ 31.35 26.13 19.91 -
YUV 141.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 190 122 116 0 0.36 0.39 0.25 4.86 0.36 0.6
Hex BE 7A 74 0 24 27 19 5 24 3C
Octal 276 172 164 0 44 47 31 5 44 74
Binary 10111110 1111010 1110100 0 100100 100111 11001 101 100100 111100

Color Harmonies of #BE7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A74

Black with #BE7A74

Text Example


Text Example

White with #BE7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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