Html Css Color HEX #BE7069 Contessa

📋 copy color: '#BE7069'

red 190 ◦ green 112 ◦ blue 105

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

Shades of Contessa #BE7069

Tints of Contessa #BE7069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

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

R = 46.68%
G = 27.52%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE7069 (or 0xBE7069) is known color: Contessa. HEX triplet: BE, 70 and 69. RGB value is (190,112,105). Sum of RGB (Red+Green+Blue) = 190+112+105=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7069 is #418F96. Grayscale: #868686. Windows color (decimal): -4296599 or 6910142. OLE color: 6910142.

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

Color convert

RGB 190 112 105 -
CMYK 0 0.41 0.45 0.25
HSL 4.94º 0.4% 0.58% -
HSV(B) 4.94º 0.45% 0.75% -
XYZ 29.58 23.56 16.35 -
YUV 134.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 190 112 105 0 0.41 0.45 0.25 4.94 0.4 0.58
Hex BE 70 69 0 29 2D 19 5 28 3A
Octal 276 160 151 0 51 55 31 5 50 72
Binary 10111110 1110000 1101001 0 101001 101101 11001 101 101000 111010

Color Harmonies of #BE7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7069

Black with #BE7069

Text Example


Text Example

White with #BE7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7069; }

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

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

background-color css

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

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

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

border-color css

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

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

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