Html Css Color HEX #BE706A Contessa

📋 copy color: '#BE706A'

red 190 ◦ green 112 ◦ blue 106

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

Shades of Contessa #BE706A

Tints of Contessa #BE706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.98%

R = 46.57%
G = 27.45%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE706A (or 0xBE706A) is known color: Contessa. HEX triplet: BE, 70 and 6A. RGB value is (190,112,106). Sum of RGB (Red+Green+Blue) = 190+112+106=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE706A is #418F95. Grayscale: #868686. Windows color (decimal): -4296598 or 6975678. OLE color: 6975678.

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

Color convert

RGB 190 112 106 -
CMYK 0 0.41 0.44 0.25
HSL 4.29º 0.39% 0.58% -
HSV(B) 4.29º 0.44% 0.75% -
XYZ 29.63 23.58 16.62 -
YUV 134.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 190 112 106 0 0.41 0.44 0.25 4.29 0.39 0.58
Hex BE 70 6A 0 29 2C 19 4 27 3A
Octal 276 160 152 0 51 54 31 4 47 72
Binary 10111110 1110000 1101010 0 101001 101100 11001 100 100111 111010

Color Harmonies of #BE706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE706A

Black with #BE706A

Text Example


Text Example

White with #BE706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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