Html Css Color HEX #BE808A Charm

📋 copy color: '#BE808A'

red 190 ◦ green 128 ◦ blue 138

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

Shades of Charm #BE808A

Tints of Charm #BE808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.07%

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 41.67%
G = 28.07%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE808A (or 0xBE808A) is known color: Charm. HEX triplet: BE, 80 and 8A. RGB value is (190,128,138). Sum of RGB (Red+Green+Blue) = 190+128+138=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE808A is #417F75. Grayscale: #939393. Windows color (decimal): -4292470 or 9076926. OLE color: 9076926.

HSL color Cylindrical-coordinate representation of color #BE808A: hue angle of 350.32º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE808A is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 138 -
CMYK 0 0.33 0.27 0.25
HSL 350.32º 0.32% 0.62% -
HSV(B) 350.32º 0.33% 0.75% -
XYZ 33.54 28.22 27.72 -
YUV 147.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 190 128 138 0 0.33 0.27 0.25 350.32 0.32 0.62
Hex BE 80 8A 0 21 1B 19 15E 20 3E
Octal 276 200 212 0 41 33 31 536 40 76
Binary 10111110 10000000 10001010 0 100001 11011 11001 101011110 100000 111110

Color Harmonies of #BE808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE808A

Black with #BE808A

Text Example


Text Example

White with #BE808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE808A; }

 p { color: rgb(190,128,138); }

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

background-color css

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

 a { background-color: rgb(190,128,138); }

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

border-color css

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

 span { border-color: rgb(190,128,138); }

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