Html Css Color HEX #BE8588 Puce

📋 copy color: '#BE8588'

red 190 ◦ green 133 ◦ blue 136

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

Shades of Puce #BE8588

Tints of Puce #BE8588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.63%

R = 41.39%
G = 28.98%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE8588 (or 0xBE8588) is known color: Puce. HEX triplet: BE, 85 and 88. RGB value is (190,133,136). Sum of RGB (Red+Green+Blue) = 190+133+136=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8588 is #417A77. Grayscale: #969696. Windows color (decimal): -4291192 or 8947134. OLE color: 8947134.

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

Color convert

RGB 190 133 136 -
CMYK 0 0.3 0.28 0.25
HSL 356.84º 0.3% 0.63% -
HSV(B) 356.84º 0.3% 0.75% -
XYZ 34.07 29.5 27.19 -
YUV 150.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 190 133 136 0 0.3 0.28 0.25 356.84 0.3 0.63
Hex BE 85 88 0 1E 1C 19 165 1E 3F
Octal 276 205 210 0 36 34 31 545 36 77
Binary 10111110 10000101 10001000 0 11110 11100 11001 101100101 11110 111111

Color Harmonies of #BE8588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8588

Black with #BE8588

Text Example


Text Example

White with #BE8588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8588; }

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

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

background-color css

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

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

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

border-color css

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

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

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