Html Css Color HEX #BE6D6B Contessa

📋 copy color: '#BE6D6B'

red 190 ◦ green 109 ◦ blue 107

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

Shades of Contessa #BE6D6B

Tints of Contessa #BE6D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 46.8%
G = 26.85%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE6D6B (or 0xBE6D6B) is known color: Contessa. HEX triplet: BE, 6D and 6B. RGB value is (190,109,107). Sum of RGB (Red+Green+Blue) = 190+109+107=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D6B is #419294. Grayscale: #858585. Windows color (decimal): -4297365 or 7040446. OLE color: 7040446.

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

Color convert

RGB 190 109 107 -
CMYK 0 0.43 0.44 0.25
HSL 1.45º 0.39% 0.58% -
HSV(B) 1.45º 0.44% 0.75% -
XYZ 29.36 22.95 16.79 -
YUV 132.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 190 109 107 0 0.43 0.44 0.25 1.45 0.39 0.58
Hex BE 6D 6B 0 2B 2C 19 1 27 3A
Octal 276 155 153 0 53 54 31 1 47 72
Binary 10111110 1101101 1101011 0 101011 101100 11001 1 100111 111010

Color Harmonies of #BE6D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D6B

Black with #BE6D6B

Text Example


Text Example

White with #BE6D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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