Html Css Color HEX #BE9775 Pale Taupe

📋 copy color: '#BE9775'

red 190 ◦ green 151 ◦ blue 117

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

Shades of Pale Taupe #BE9775

Tints of Pale Taupe #BE9775

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.97%

 BLUE value IS 117 (46.09% from 255) = 25.55%

R = 41.48%
G = 32.97%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE9775 (or 0xBE9775) is known color: Pale Taupe. HEX triplet: BE, 97 and 75. RGB value is (190,151,117). Sum of RGB (Red+Green+Blue) = 190+151+117=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9775 is #41688A. Grayscale: #9E9E9E. Windows color (decimal): -4286603 or 7706558. OLE color: 7706558.

HSL color Cylindrical-coordinate representation of color #BE9775: hue angle of 27.95º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9775 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 151 117 -
CMYK 0 0.21 0.38 0.25
HSL 27.95º 0.36% 0.6% -
HSV(B) 27.95º 0.38% 0.75% -
XYZ 35.51 34.36 21.59 -
YUV 158.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 190 151 117 0 0.21 0.38 0.25 27.95 0.36 0.6
Hex BE 97 75 0 15 26 19 1C 24 3C
Octal 276 227 165 0 25 46 31 34 44 74
Binary 10111110 10010111 1110101 0 10101 100110 11001 11100 100100 111100

Color Harmonies of #BE9775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9775

Black with #BE9775

Text Example


Text Example

White with #BE9775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9775; }

 p { color: rgb(190,151,117); }

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

background-color css

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

 a { background-color: rgb(190,151,117); }

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

border-color css

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

 span { border-color: rgb(190,151,117); }

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