Html Css Color HEX #BE7A75 Contessa

📋 copy color: '#BE7A75'

red 190 ◦ green 122 ◦ blue 117

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

Shades of Contessa #BE7A75

Tints of Contessa #BE7A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 44.29%
G = 28.44%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE7A75 (or 0xBE7A75) is known color: Contessa. HEX triplet: BE, 7A and 75. RGB value is (190,122,117). Sum of RGB (Red+Green+Blue) = 190+122+117=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A75 is #41858A. Grayscale: #8D8D8D. Windows color (decimal): -4294027 or 7699134. OLE color: 7699134.

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

Color convert

RGB 190 122 117 -
CMYK 0 0.36 0.38 0.25
HSL 4.11º 0.36% 0.6% -
HSV(B) 4.11º 0.38% 0.75% -
XYZ 31.41 26.15 20.22 -
YUV 141.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 190 122 117 0 0.36 0.38 0.25 4.11 0.36 0.6
Hex BE 7A 75 0 24 26 19 4 24 3C
Octal 276 172 165 0 44 46 31 4 44 74
Binary 10111110 1111010 1110101 0 100100 100110 11001 100 100100 111100

Color Harmonies of #BE7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A75

Black with #BE7A75

Text Example


Text Example

White with #BE7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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