Html Css Color HEX #BE705D Contessa

📋 copy color: '#BE705D'

red 190 ◦ green 112 ◦ blue 93

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

Shades of Contessa #BE705D

Tints of Contessa #BE705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 48.1%
G = 28.35%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE705D (or 0xBE705D) is known color: Contessa. HEX triplet: BE, 70 and 5D. RGB value is (190,112,93). Sum of RGB (Red+Green+Blue) = 190+112+93=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE705D is #418FA2. Grayscale: #858585. Windows color (decimal): -4296611 or 6123710. OLE color: 6123710.

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

Color convert

RGB 190 112 93 -
CMYK 0 0.41 0.51 0.25
HSL 11.75º 0.43% 0.55% -
HSV(B) 11.75º 0.51% 0.75% -
XYZ 29.01 23.33 13.33 -
YUV 133.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 190 112 93 0 0.41 0.51 0.25 11.75 0.43 0.55
Hex BE 70 5D 0 29 33 19 C 2B 37
Octal 276 160 135 0 51 63 31 14 53 67
Binary 10111110 1110000 1011101 0 101001 110011 11001 1100 101011 110111

Color Harmonies of #BE705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE705D

Black with #BE705D

Text Example


Text Example

White with #BE705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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