Html Css Color HEX #BE8392 Puce

📋 copy color: '#BE8392'

red 190 ◦ green 131 ◦ blue 146

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

Shades of Puce #BE8392

Tints of Puce #BE8392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 40.69%
G = 28.05%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE8392 (or 0xBE8392) is known color: Puce. HEX triplet: BE, 83 and 92. RGB value is (190,131,146). Sum of RGB (Red+Green+Blue) = 190+131+146=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8392 is #417C6D. Grayscale: #969696. Windows color (decimal): -4291694 or 9601982. OLE color: 9601982.

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

Color convert

RGB 190 131 146 -
CMYK 0 0.31 0.23 0.25
HSL 344.75º 0.31% 0.63% -
HSV(B) 344.75º 0.31% 0.75% -
XYZ 34.54 29.26 31.02 -
YUV 150.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 190 131 146 0 0.31 0.23 0.25 344.75 0.31 0.63
Hex BE 83 92 0 1F 17 19 159 1F 3F
Octal 276 203 222 0 37 27 31 531 37 77
Binary 10111110 10000011 10010010 0 11111 10111 11001 101011001 11111 111111

Color Harmonies of #BE8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8392

Black with #BE8392

Text Example


Text Example

White with #BE8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8392; }

 p { color: rgb(190,131,146); }

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

background-color css

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

 a { background-color: rgb(190,131,146); }

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

border-color css

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

 span { border-color: rgb(190,131,146); }

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