Html Css Color HEX #BE6F5D Contessa

📋 copy color: '#BE6F5D'

red 190 ◦ green 111 ◦ blue 93

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

Shades of Contessa #BE6F5D

Tints of Contessa #BE6F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 48.22%
G = 28.17%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE6F5D (or 0xBE6F5D) is known color: Contessa. HEX triplet: BE, 6F and 5D. RGB value is (190,111,93). Sum of RGB (Red+Green+Blue) = 190+111+93=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F5D is #4190A2. Grayscale: #848484. Windows color (decimal): -4296867 or 6123454. OLE color: 6123454.

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

Color convert

RGB 190 111 93 -
CMYK 0 0.42 0.51 0.25
HSL 11.13º 0.43% 0.55% -
HSV(B) 11.13º 0.51% 0.75% -
XYZ 28.9 23.11 13.29 -
YUV 132.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 190 111 93 0 0.42 0.51 0.25 11.13 0.43 0.55
Hex BE 6F 5D 0 2A 33 19 B 2B 37
Octal 276 157 135 0 52 63 31 13 53 67
Binary 10111110 1101111 1011101 0 101010 110011 11001 1011 101011 110111

Color Harmonies of #BE6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F5D

Black with #BE6F5D

Text Example


Text Example

White with #BE6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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