Html Css Color HEX #BE705C Contessa

📋 copy color: '#BE705C'

red 190 ◦ green 112 ◦ blue 92

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

Shades of Contessa #BE705C

Tints of Contessa #BE705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 48.22%
G = 28.43%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE705C (or 0xBE705C) is known color: Contessa. HEX triplet: BE, 70 and 5C. RGB value is (190,112,92). Sum of RGB (Red+Green+Blue) = 190+112+92=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE705C is #418FA3. Grayscale: #858585. Windows color (decimal): -4296612 or 6058174. OLE color: 6058174.

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

Color convert

RGB 190 112 92 -
CMYK 0 0.41 0.52 0.25
HSL 12.24º 0.43% 0.55% -
HSV(B) 12.24º 0.52% 0.75% -
XYZ 28.96 23.31 13.1 -
YUV 133.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 190 112 92 0 0.41 0.52 0.25 12.24 0.43 0.55
Hex BE 70 5C 0 29 34 19 C 2B 37
Octal 276 160 134 0 51 64 31 14 53 67
Binary 10111110 1110000 1011100 0 101001 110100 11001 1100 101011 110111

Color Harmonies of #BE705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE705C

Black with #BE705C

Text Example


Text Example

White with #BE705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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