Html Css Color HEX #BE818B Puce

📋 copy color: '#BE818B'

red 190 ◦ green 129 ◦ blue 139

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

Shades of Puce #BE818B

Tints of Puce #BE818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

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

R = 41.48%
G = 28.17%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE818B (or 0xBE818B) is known color: Puce. HEX triplet: BE, 81 and 8B. RGB value is (190,129,139). Sum of RGB (Red+Green+Blue) = 190+129+139=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE818B is #417E74. Grayscale: #949494. Windows color (decimal): -4292213 or 9142718. OLE color: 9142718.

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

Color convert

RGB 190 129 139 -
CMYK 0 0.32 0.27 0.25
HSL 350.16º 0.32% 0.63% -
HSV(B) 350.16º 0.32% 0.75% -
XYZ 33.75 28.51 28.15 -
YUV 148.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 190 129 139 0 0.32 0.27 0.25 350.16 0.32 0.63
Hex BE 81 8B 0 20 1B 19 15E 20 3F
Octal 276 201 213 0 40 33 31 536 40 77
Binary 10111110 10000001 10001011 0 100000 11011 11001 101011110 100000 111111

Color Harmonies of #BE818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE818B

Black with #BE818B

Text Example


Text Example

White with #BE818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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