Html Css Color HEX #BE7A62 Contessa

📋 copy color: '#BE7A62'

red 190 ◦ green 122 ◦ blue 98

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

Shades of Contessa #BE7A62

Tints of Contessa #BE7A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.9%

R = 46.34%
G = 29.76%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE7A62 (or 0xBE7A62) is known color: Contessa. HEX triplet: BE, 7A and 62. RGB value is (190,122,98). Sum of RGB (Red+Green+Blue) = 190+122+98=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A62 is #41859D. Grayscale: #8B8B8B. Windows color (decimal): -4294046 or 6453950. OLE color: 6453950.

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

Color convert

RGB 190 122 98 -
CMYK 0 0.36 0.48 0.25
HSL 15.65º 0.41% 0.56% -
HSV(B) 15.65º 0.48% 0.75% -
XYZ 30.4 25.75 14.92 -
YUV 139.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 190 122 98 0 0.36 0.48 0.25 15.65 0.41 0.56
Hex BE 7A 62 0 24 30 19 10 29 38
Octal 276 172 142 0 44 60 31 20 51 70
Binary 10111110 1111010 1100010 0 100100 110000 11001 10000 101001 111000

Color Harmonies of #BE7A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A62

Black with #BE7A62

Text Example


Text Example

White with #BE7A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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