Html Css Color HEX #BD9B77 Pale Taupe

📋 copy color: '#BD9B77'

red 189 ◦ green 155 ◦ blue 119

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

Shades of Pale Taupe #BD9B77

Tints of Pale Taupe #BD9B77

RGB

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

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

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

R = 40.82%
G = 33.48%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD9B77 (or 0xBD9B77) is known color: Pale Taupe. HEX triplet: BD, 9B and 77. RGB value is (189,155,119). Sum of RGB (Red+Green+Blue) = 189+155+119=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B77 is #426488. Grayscale: #A1A1A1. Windows color (decimal): -4351113 or 7838653. OLE color: 7838653.

HSL color Cylindrical-coordinate representation of color #BD9B77: hue angle of 30.86º 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 #BD9B77 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 155 119 -
CMYK 0 0.18 0.37 0.26
HSL 30.86º 0.35% 0.6% -
HSV(B) 30.86º 0.37% 0.74% -
XYZ 36.04 35.59 22.42 -
YUV 161.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 189 155 119 0 0.18 0.37 0.26 30.86 0.35 0.6
Hex BD 9B 77 0 12 25 1A 1F 23 3C
Octal 275 233 167 0 22 45 32 37 43 74
Binary 10111101 10011011 1110111 0 10010 100101 11010 11111 100011 111100

Color Harmonies of #BD9B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B77

Black with #BD9B77

Text Example


Text Example

White with #BD9B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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