Html Css Color HEX #BE8A8C Puce

📋 copy color: '#BE8A8C'

red 190 ◦ green 138 ◦ blue 140

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

Shades of Puce #BE8A8C

Tints of Puce #BE8A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.49%

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 40.6%
G = 29.49%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE8A8C (or 0xBE8A8C) is known color: Puce. HEX triplet: BE, 8A and 8C. RGB value is (190,138,140). Sum of RGB (Red+Green+Blue) = 190+138+140=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A8C is #417573. Grayscale: #999999. Windows color (decimal): -4289908 or 9210558. OLE color: 9210558.

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

Color convert

RGB 190 138 140 -
CMYK 0 0.27 0.26 0.25
HSL 357.69º 0.29% 0.64% -
HSV(B) 357.69º 0.27% 0.75% -
XYZ 35.06 31.02 28.95 -
YUV 153.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 190 138 140 0 0.27 0.26 0.25 357.69 0.29 0.64
Hex BE 8A 8C 0 1B 1A 19 166 1D 40
Octal 276 212 214 0 33 32 31 546 35 100
Binary 10111110 10001010 10001100 0 11011 11010 11001 101100110 11101 1000000

Color Harmonies of #BE8A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A8C

Black with #BE8A8C

Text Example


Text Example

White with #BE8A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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