Html Css Color HEX #BE7D68 Contessa

📋 copy color: '#BE7D68'

red 190 ◦ green 125 ◦ blue 104

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

Shades of Contessa #BE7D68

Tints of Contessa #BE7D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.83%

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

R = 45.35%
G = 29.83%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE7D68 (or 0xBE7D68) is known color: Contessa. HEX triplet: BE, 7D and 68. RGB value is (190,125,104). Sum of RGB (Red+Green+Blue) = 190+125+104=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D68 is #418297. Grayscale: #8E8E8E. Windows color (decimal): -4293272 or 6847934. OLE color: 6847934.

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

Color convert

RGB 190 125 104 -
CMYK 0 0.34 0.45 0.25
HSL 14.65º 0.4% 0.58% -
HSV(B) 14.65º 0.45% 0.75% -
XYZ 31.07 26.61 16.6 -
YUV 142.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 190 125 104 0 0.34 0.45 0.25 14.65 0.4 0.58
Hex BE 7D 68 0 22 2D 19 F 28 3A
Octal 276 175 150 0 42 55 31 17 50 72
Binary 10111110 1111101 1101000 0 100010 101101 11001 1111 101000 111010

Color Harmonies of #BE7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D68

Black with #BE7D68

Text Example


Text Example

White with #BE7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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