Html Css Color HEX #BE8286 Charm

📋 copy color: '#BE8286'

red 190 ◦ green 130 ◦ blue 134

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

Shades of Charm #BE8286

Tints of Charm #BE8286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

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

R = 41.85%
G = 28.63%
B = 29.52%

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

#BE8286 (or 0xBE8286) is known color: Charm. HEX triplet: BE, 82 and 86. RGB value is (190,130,134). Sum of RGB (Red+Green+Blue) = 190+130+134=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8286 is #417D79. Grayscale: #949494. Windows color (decimal): -4291962 or 8815294. OLE color: 8815294.

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

Color convert

RGB 190 130 134 -
CMYK 0 0.32 0.29 0.25
HSL 356º 0.32% 0.63% -
HSV(B) 356º 0.32% 0.75% -
XYZ 33.52 28.63 26.31 -
YUV 148.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 190 130 134 0 0.32 0.29 0.25 356 0.32 0.63
Hex BE 82 86 0 20 1D 19 164 20 3F
Octal 276 202 206 0 40 35 31 544 40 77
Binary 10111110 10000010 10000110 0 100000 11101 11001 101100100 100000 111111

Color Harmonies of #BE8286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8286

Black with #BE8286

Text Example


Text Example

White with #BE8286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8286; }

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

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

background-color css

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

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

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

border-color css

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

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

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