Html Css Color HEX #BE9B7F Pale Taupe

📋 copy color: '#BE9B7F'

red 190 ◦ green 155 ◦ blue 127

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

Shades of Pale Taupe #BE9B7F

Tints of Pale Taupe #BE9B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

 BLUE value IS 127 (50% from 255) = 26.91%

R = 40.25%
G = 32.84%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE9B7F (or 0xBE9B7F) is known color: Pale Taupe. HEX triplet: BE, 9B and 7F. RGB value is (190,155,127). Sum of RGB (Red+Green+Blue) = 190+155+127=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B7F is #416480. Grayscale: #A2A2A2. Windows color (decimal): -4285569 or 8362942. OLE color: 8362942.

HSL color Cylindrical-coordinate representation of color #BE9B7F: hue angle of 26.67º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE9B7F is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 155 127 -
CMYK 0 0.18 0.33 0.25
HSL 26.67º 0.33% 0.62% -
HSV(B) 26.67º 0.33% 0.75% -
XYZ 36.79 35.92 25.07 -
YUV 162.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 190 155 127 0 0.18 0.33 0.25 26.67 0.33 0.62
Hex BE 9B 7F 0 12 21 19 1B 21 3E
Octal 276 233 177 0 22 41 31 33 41 76
Binary 10111110 10011011 1111111 0 10010 100001 11001 11011 100001 111110

Color Harmonies of #BE9B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B7F

Black with #BE9B7F

Text Example


Text Example

White with #BE9B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B7F; }

 p { color: rgb(190,155,127); }

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

background-color css

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

 a { background-color: rgb(190,155,127); }

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

border-color css

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

 span { border-color: rgb(190,155,127); }

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