Html Css Color HEX #BE9885 Pale Taupe

📋 copy color: '#BE9885'

red 190 ◦ green 152 ◦ blue 133

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

Shades of Pale Taupe #BE9885

Tints of Pale Taupe #BE9885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32%

 BLUE value IS 133 (52.34% from 255) = 28%

R = 40%
G = 32%
B = 28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE9885 (or 0xBE9885) is known color: Pale Taupe. HEX triplet: BE, 98 and 85. RGB value is (190,152,133). Sum of RGB (Red+Green+Blue) = 190+152+133=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9885 is #41677A. Grayscale: #A1A1A1. Windows color (decimal): -4286331 or 8755390. OLE color: 8755390.

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

Color convert

RGB 190 152 133 -
CMYK 0 0.2 0.3 0.25
HSL 20º 0.3% 0.63% -
HSV(B) 20º 0.3% 0.75% -
XYZ 36.7 35.1 27.03 -
YUV 161.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 190 152 133 0 0.2 0.3 0.25 20 0.3 0.63
Hex BE 98 85 0 14 1E 19 14 1E 3F
Octal 276 230 205 0 24 36 31 24 36 77
Binary 10111110 10011000 10000101 0 10100 11110 11001 10100 11110 111111

Color Harmonies of #BE9885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9885

Black with #BE9885

Text Example


Text Example

White with #BE9885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9885; }

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

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

background-color css

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

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

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

border-color css

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

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

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