Html Css Color HEX #BE6C69 Contessa

📋 copy color: '#BE6C69'

red 190 ◦ green 108 ◦ blue 105

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

Shades of Contessa #BE6C69

Tints of Contessa #BE6C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 47.15%
G = 26.8%
B = 26.05%

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

#BE6C69 (or 0xBE6C69) is known color: Contessa. HEX triplet: BE, 6C and 69. RGB value is (190,108,105). Sum of RGB (Red+Green+Blue) = 190+108+105=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C69 is #419396. Grayscale: #848484. Windows color (decimal): -4297623 or 6909118. OLE color: 6909118.

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

Color convert

RGB 190 108 105 -
CMYK 0 0.43 0.45 0.25
HSL 2.12º 0.4% 0.58% -
HSV(B) 2.12º 0.45% 0.75% -
XYZ 29.15 22.69 16.21 -
YUV 132.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 190 108 105 0 0.43 0.45 0.25 2.12 0.4 0.58
Hex BE 6C 69 0 2B 2D 19 2 28 3A
Octal 276 154 151 0 53 55 31 2 50 72
Binary 10111110 1101100 1101001 0 101011 101101 11001 10 101000 111010

Color Harmonies of #BE6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C69

Black with #BE6C69

Text Example


Text Example

White with #BE6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C69; }

 p { color: rgb(190,108,105); }

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

background-color css

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

 a { background-color: rgb(190,108,105); }

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

border-color css

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

 span { border-color: rgb(190,108,105); }

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