Html Css Color HEX #BE888A Puce

📋 copy color: '#BE888A'

red 190 ◦ green 136 ◦ blue 138

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

Shades of Puce #BE888A

Tints of Puce #BE888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

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

R = 40.95%
G = 29.31%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE888A (or 0xBE888A) is known color: Puce. HEX triplet: BE, 88 and 8A. RGB value is (190,136,138). Sum of RGB (Red+Green+Blue) = 190+136+138=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE888A is #417775. Grayscale: #989898. Windows color (decimal): -4290422 or 9078974. OLE color: 9078974.

HSL color Cylindrical-coordinate representation of color #BE888A: hue angle of 357.78º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE888A is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 138 -
CMYK 0 0.28 0.27 0.25
HSL 357.78º 0.29% 0.64% -
HSV(B) 357.78º 0.28% 0.75% -
XYZ 34.63 30.39 28.09 -
YUV 152.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 190 136 138 0 0.28 0.27 0.25 357.78 0.29 0.64
Hex BE 88 8A 0 1C 1B 19 166 1D 40
Octal 276 210 212 0 34 33 31 546 35 100
Binary 10111110 10001000 10001010 0 11100 11011 11001 101100110 11101 1000000

Color Harmonies of #BE888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE888A

Black with #BE888A

Text Example


Text Example

White with #BE888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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