Html Css Color HEX #BD9C77 Pale Taupe

📋 copy color: '#BD9C77'

red 189 ◦ green 156 ◦ blue 119

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

Shades of Pale Taupe #BD9C77

Tints of Pale Taupe #BD9C77

RGB

 RED value IS 189 (74.22% from 255) = 40.73%

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

 BLUE value IS 119 (46.88% from 255) = 25.65%

R = 40.73%
G = 33.62%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD9C77 (or 0xBD9C77) is known color: Pale Taupe. HEX triplet: BD, 9C and 77. RGB value is (189,156,119). Sum of RGB (Red+Green+Blue) = 189+156+119=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C77 is #426388. Grayscale: #A1A1A1. Windows color (decimal): -4350857 or 7838909. OLE color: 7838909.

HSL color Cylindrical-coordinate representation of color #BD9C77: hue angle of 31.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9C77 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 156 119 -
CMYK 0 0.17 0.37 0.26
HSL 31.71º 0.35% 0.6% -
HSV(B) 31.71º 0.37% 0.74% -
XYZ 36.2 35.93 22.48 -
YUV 161.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 189 156 119 0 0.17 0.37 0.26 31.71 0.35 0.6
Hex BD 9C 77 0 11 25 1A 20 23 3C
Octal 275 234 167 0 21 45 32 40 43 74
Binary 10111101 10011100 1110111 0 10001 100101 11010 100000 100011 111100

Color Harmonies of #BD9C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C77

Black with #BD9C77

Text Example


Text Example

White with #BD9C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C77; }

 p { color: rgb(189,156,119); }

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

background-color css

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

 a { background-color: rgb(189,156,119); }

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

border-color css

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

 span { border-color: rgb(189,156,119); }

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