Html Css Color HEX #BE898B Puce

📋 copy color: '#BE898B'

red 190 ◦ green 137 ◦ blue 139

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

Shades of Puce #BE898B

Tints of Puce #BE898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

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

R = 40.77%
G = 29.4%
B = 29.83%

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

#BE898B (or 0xBE898B) is known color: Puce. HEX triplet: BE, 89 and 8B. RGB value is (190,137,139). Sum of RGB (Red+Green+Blue) = 190+137+139=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE898B is #417674. Grayscale: #999999. Windows color (decimal): -4290165 or 9144766. OLE color: 9144766.

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

Color convert

RGB 190 137 139 -
CMYK 0 0.28 0.27 0.25
HSL 357.74º 0.29% 0.64% -
HSV(B) 357.74º 0.28% 0.75% -
XYZ 34.84 30.7 28.52 -
YUV 153.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 190 137 139 0 0.28 0.27 0.25 357.74 0.29 0.64
Hex BE 89 8B 0 1C 1B 19 166 1D 40
Octal 276 211 213 0 34 33 31 546 35 100
Binary 10111110 10001001 10001011 0 11100 11011 11001 101100110 11101 1000000

Color Harmonies of #BE898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE898B

Black with #BE898B

Text Example


Text Example

White with #BE898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE898B; }

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

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

background-color css

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

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

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

border-color css

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

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

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