Html Css Color HEX #BE7A65 Contessa

📋 copy color: '#BE7A65'

red 190 ◦ green 122 ◦ blue 101

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

Shades of Contessa #BE7A65

Tints of Contessa #BE7A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.46%

R = 46%
G = 29.54%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE7A65 (or 0xBE7A65) is known color: Contessa. HEX triplet: BE, 7A and 65. RGB value is (190,122,101). Sum of RGB (Red+Green+Blue) = 190+122+101=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A65 is #41859A. Grayscale: #8C8C8C. Windows color (decimal): -4294043 or 6650558. OLE color: 6650558.

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

Color convert

RGB 190 122 101 -
CMYK 0 0.36 0.47 0.25
HSL 14.16º 0.41% 0.57% -
HSV(B) 14.16º 0.47% 0.75% -
XYZ 30.54 25.81 15.68 -
YUV 139.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 190 122 101 0 0.36 0.47 0.25 14.16 0.41 0.57
Hex BE 7A 65 0 24 2F 19 E 29 39
Octal 276 172 145 0 44 57 31 16 51 71
Binary 10111110 1111010 1100101 0 100100 101111 11001 1110 101001 111001

Color Harmonies of #BE7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A65

Black with #BE7A65

Text Example


Text Example

White with #BE7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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