Html Css Color HEX #BE858A Puce

📋 copy color: '#BE858A'

red 190 ◦ green 133 ◦ blue 138

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

Shades of Puce #BE858A

Tints of Puce #BE858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 41.21%
G = 28.85%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE858A (or 0xBE858A) is known color: Puce. HEX triplet: BE, 85 and 8A. RGB value is (190,133,138). Sum of RGB (Red+Green+Blue) = 190+133+138=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE858A is #417A75. Grayscale: #969696. Windows color (decimal): -4291190 or 9078206. OLE color: 9078206.

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

Color convert

RGB 190 133 138 -
CMYK 0 0.3 0.27 0.25
HSL 354.74º 0.3% 0.63% -
HSV(B) 354.74º 0.3% 0.75% -
XYZ 34.21 29.56 27.95 -
YUV 150.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 190 133 138 0 0.3 0.27 0.25 354.74 0.3 0.63
Hex BE 85 8A 0 1E 1B 19 163 1E 3F
Octal 276 205 212 0 36 33 31 543 36 77
Binary 10111110 10000101 10001010 0 11110 11011 11001 101100011 11110 111111

Color Harmonies of #BE858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE858A

Black with #BE858A

Text Example


Text Example

White with #BE858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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