Html Css Color HEX #BE8591 Puce

📋 copy color: '#BE8591'

red 190 ◦ green 133 ◦ blue 145

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

Shades of Puce #BE8591

Tints of Puce #BE8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 40.6%
G = 28.42%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE8591 (or 0xBE8591) is known color: Puce. HEX triplet: BE, 85 and 91. RGB value is (190,133,145). Sum of RGB (Red+Green+Blue) = 190+133+145=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8591 is #417A6E. Grayscale: #979797. Windows color (decimal): -4291183 or 9536958. OLE color: 9536958.

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

Color convert

RGB 190 133 145 -
CMYK 0 0.3 0.24 0.25
HSL 347.37º 0.3% 0.63% -
HSV(B) 347.37º 0.3% 0.75% -
XYZ 34.73 29.77 30.7 -
YUV 151.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 190 133 145 0 0.3 0.24 0.25 347.37 0.3 0.63
Hex BE 85 91 0 1E 18 19 15B 1E 3F
Octal 276 205 221 0 36 30 31 533 36 77
Binary 10111110 10000101 10010001 0 11110 11000 11001 101011011 11110 111111

Color Harmonies of #BE8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8591

Black with #BE8591

Text Example


Text Example

White with #BE8591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8591; }

 p { color: rgb(190,133,145); }

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

background-color css

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

 a { background-color: rgb(190,133,145); }

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

border-color css

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

 span { border-color: rgb(190,133,145); }

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