Html Css Color HEX #BE9C7B Pale Taupe

📋 copy color: '#BE9C7B'

red 190 ◦ green 156 ◦ blue 123

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

Shades of Pale Taupe #BE9C7B

Tints of Pale Taupe #BE9C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 40.51%
G = 33.26%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE9C7B (or 0xBE9C7B) is known color: Pale Taupe. HEX triplet: BE, 9C and 7B. RGB value is (190,156,123). Sum of RGB (Red+Green+Blue) = 190+156+123=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C7B is #416384. Grayscale: #A2A2A2. Windows color (decimal): -4285317 or 8101054. OLE color: 8101054.

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

Color convert

RGB 190 156 123 -
CMYK 0 0.18 0.35 0.25
HSL 29.55º 0.34% 0.61% -
HSV(B) 29.55º 0.35% 0.75% -
XYZ 36.7 36.15 23.78 -
YUV 162.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 190 156 123 0 0.18 0.35 0.25 29.55 0.34 0.61
Hex BE 9C 7B 0 12 23 19 1E 22 3D
Octal 276 234 173 0 22 43 31 36 42 75
Binary 10111110 10011100 1111011 0 10010 100011 11001 11110 100010 111101

Color Harmonies of #BE9C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C7B

Black with #BE9C7B

Text Example


Text Example

White with #BE9C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C7B; }

 p { color: rgb(190,156,123); }

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

background-color css

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

 a { background-color: rgb(190,156,123); }

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

border-color css

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

 span { border-color: rgb(190,156,123); }

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