Html Css Color HEX #BE8288 Puce

📋 copy color: '#BE8288'

red 190 ◦ green 130 ◦ blue 136

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

Shades of Puce #BE8288

Tints of Puce #BE8288

RGB

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

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

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

R = 41.67%
G = 28.51%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE8288 (or 0xBE8288) is known color: Puce. HEX triplet: BE, 82 and 88. RGB value is (190,130,136). Sum of RGB (Red+Green+Blue) = 190+130+136=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8288 is #417D77. Grayscale: #949494. Windows color (decimal): -4291960 or 8946366. OLE color: 8946366.

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

Color convert

RGB 190 130 136 -
CMYK 0 0.32 0.28 0.25
HSL 354º 0.32% 0.63% -
HSV(B) 354º 0.32% 0.75% -
XYZ 33.66 28.69 27.06 -
YUV 148.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 190 130 136 0 0.32 0.28 0.25 354 0.32 0.63
Hex BE 82 88 0 20 1C 19 162 20 3F
Octal 276 202 210 0 40 34 31 542 40 77
Binary 10111110 10000010 10001000 0 100000 11100 11001 101100010 100000 111111

Color Harmonies of #BE8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8288

Black with #BE8288

Text Example


Text Example

White with #BE8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8288; }

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

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

background-color css

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

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

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

border-color css

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

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

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