Html Css Color HEX #BE848B Puce

📋 copy color: '#BE848B'

red 190 ◦ green 132 ◦ blue 139

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

Shades of Puce #BE848B

Tints of Puce #BE848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 41.21%
G = 28.63%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE848B (or 0xBE848B) is known color: Puce. HEX triplet: BE, 84 and 8B. RGB value is (190,132,139). Sum of RGB (Red+Green+Blue) = 190+132+139=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE848B is #417B74. Grayscale: #969696. Windows color (decimal): -4291445 or 9143486. OLE color: 9143486.

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

Color convert

RGB 190 132 139 -
CMYK 0 0.31 0.27 0.25
HSL 352.76º 0.31% 0.63% -
HSV(B) 352.76º 0.31% 0.75% -
XYZ 34.15 29.31 28.28 -
YUV 150.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 190 132 139 0 0.31 0.27 0.25 352.76 0.31 0.63
Hex BE 84 8B 0 1F 1B 19 161 1F 3F
Octal 276 204 213 0 37 33 31 541 37 77
Binary 10111110 10000100 10001011 0 11111 11011 11001 101100001 11111 111111

Color Harmonies of #BE848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE848B

Black with #BE848B

Text Example


Text Example

White with #BE848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE848B; }

 p { color: rgb(190,132,139); }

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

background-color css

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

 a { background-color: rgb(190,132,139); }

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

border-color css

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

 span { border-color: rgb(190,132,139); }

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