Html Css Color HEX #BE7D69 Contessa

📋 copy color: '#BE7D69'

red 190 ◦ green 125 ◦ blue 105

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

Shades of Contessa #BE7D69

Tints of Contessa #BE7D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 105 (41.41% from 255) = 25%

R = 45.24%
G = 29.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE7D69 (or 0xBE7D69) is known color: Contessa. HEX triplet: BE, 7D and 69. RGB value is (190,125,105). Sum of RGB (Red+Green+Blue) = 190+125+105=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D69 is #418296. Grayscale: #8E8E8E. Windows color (decimal): -4293271 or 6913470. OLE color: 6913470.

HSL color Cylindrical-coordinate representation of color #BE7D69: hue angle of 14.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7D69 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 105 -
CMYK 0 0.34 0.45 0.25
HSL 14.12º 0.4% 0.58% -
HSV(B) 14.12º 0.45% 0.75% -
XYZ 31.12 26.63 16.87 -
YUV 142.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 190 125 105 0 0.34 0.45 0.25 14.12 0.4 0.58
Hex BE 7D 69 0 22 2D 19 E 28 3A
Octal 276 175 151 0 42 55 31 16 50 72
Binary 10111110 1111101 1101001 0 100010 101101 11001 1110 101000 111010

Color Harmonies of #BE7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D69

Black with #BE7D69

Text Example


Text Example

White with #BE7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D69; }

 p { color: rgb(190,125,105); }

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

background-color css

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

 a { background-color: rgb(190,125,105); }

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

border-color css

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

 span { border-color: rgb(190,125,105); }

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