Html Css Color HEX #BE6D68 Contessa

📋 copy color: '#BE6D68'

red 190 ◦ green 109 ◦ blue 104

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

Shades of Contessa #BE6D68

Tints of Contessa #BE6D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

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

R = 47.15%
G = 27.05%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE6D68 (or 0xBE6D68) is known color: Contessa. HEX triplet: BE, 6D and 68. RGB value is (190,109,104). Sum of RGB (Red+Green+Blue) = 190+109+104=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D68 is #419297. Grayscale: #848484. Windows color (decimal): -4297368 or 6843838. OLE color: 6843838.

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

Color convert

RGB 190 109 104 -
CMYK 0 0.43 0.45 0.25
HSL 3.49º 0.4% 0.58% -
HSV(B) 3.49º 0.45% 0.75% -
XYZ 29.2 22.88 15.97 -
YUV 132.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 190 109 104 0 0.43 0.45 0.25 3.49 0.4 0.58
Hex BE 6D 68 0 2B 2D 19 3 28 3A
Octal 276 155 150 0 53 55 31 3 50 72
Binary 10111110 1101101 1101000 0 101011 101101 11001 11 101000 111010

Color Harmonies of #BE6D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D68

Black with #BE6D68

Text Example


Text Example

White with #BE6D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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