Html Css Color HEX #BE7568 Contessa

📋 copy color: '#BE7568'

red 190 ◦ green 117 ◦ blue 104

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

Shades of Contessa #BE7568

Tints of Contessa #BE7568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.47%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 46.23%
G = 28.47%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE7568 (or 0xBE7568) is known color: Contessa. HEX triplet: BE, 75 and 68. RGB value is (190,117,104). Sum of RGB (Red+Green+Blue) = 190+117+104=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7568 is #418A97. Grayscale: #898989. Windows color (decimal): -4295320 or 6845886. OLE color: 6845886.

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

Color convert

RGB 190 117 104 -
CMYK 0 0.38 0.45 0.25
HSL 9.07º 0.4% 0.58% -
HSV(B) 9.07º 0.45% 0.75% -
XYZ 30.1 24.67 16.27 -
YUV 137.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 190 117 104 0 0.38 0.45 0.25 9.07 0.4 0.58
Hex BE 75 68 0 26 2D 19 9 28 3A
Octal 276 165 150 0 46 55 31 11 50 72
Binary 10111110 1110101 1101000 0 100110 101101 11001 1001 101000 111010

Color Harmonies of #BE7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7568

Black with #BE7568

Text Example


Text Example

White with #BE7568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7568; }

 p { color: rgb(190,117,104); }

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

background-color css

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

 a { background-color: rgb(190,117,104); }

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

border-color css

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

 span { border-color: rgb(190,117,104); }

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