Html Css Color HEX #BE8186 Charm

📋 copy color: '#BE8186'

red 190 ◦ green 129 ◦ blue 134

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

Shades of Charm #BE8186

Tints of Charm #BE8186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.48%

 BLUE value IS 134 (52.73% from 255) = 29.58%

R = 41.94%
G = 28.48%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE8186 (or 0xBE8186) is known color: Charm. HEX triplet: BE, 81 and 86. RGB value is (190,129,134). Sum of RGB (Red+Green+Blue) = 190+129+134=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8186 is #417E79. Grayscale: #939393. Windows color (decimal): -4292218 or 8815038. OLE color: 8815038.

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

Color convert

RGB 190 129 134 -
CMYK 0 0.32 0.29 0.25
HSL 355.08º 0.32% 0.63% -
HSV(B) 355.08º 0.32% 0.75% -
XYZ 33.39 28.37 26.27 -
YUV 147.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 190 129 134 0 0.32 0.29 0.25 355.08 0.32 0.63
Hex BE 81 86 0 20 1D 19 163 20 3F
Octal 276 201 206 0 40 35 31 543 40 77
Binary 10111110 10000001 10000110 0 100000 11101 11001 101100011 100000 111111

Color Harmonies of #BE8186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8186

Black with #BE8186

Text Example


Text Example

White with #BE8186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8186; }

 p { color: rgb(190,129,134); }

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

background-color css

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

 a { background-color: rgb(190,129,134); }

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

border-color css

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

 span { border-color: rgb(190,129,134); }

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