Html Css Color HEX #BD9F7B Pale Taupe

📋 copy color: '#BD9F7B'

red 189 ◦ green 159 ◦ blue 123

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

Shades of Pale Taupe #BD9F7B

Tints of Pale Taupe #BD9F7B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.76%

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

R = 40.13%
G = 33.76%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD9F7B (or 0xBD9F7B) is known color: Pale Taupe. HEX triplet: BD, 9F and 7B. RGB value is (189,159,123). Sum of RGB (Red+Green+Blue) = 189+159+123=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F7B is #426084. Grayscale: #A4A4A4. Windows color (decimal): -4350085 or 8101821. OLE color: 8101821.

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

Color convert

RGB 189 159 123 -
CMYK 0 0.16 0.35 0.26
HSL 32.73º 0.33% 0.61% -
HSV(B) 32.73º 0.35% 0.74% -
XYZ 36.96 37.05 23.94 -
YUV 163.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 189 159 123 0 0.16 0.35 0.26 32.73 0.33 0.61
Hex BD 9F 7B 0 10 23 1A 21 21 3D
Octal 275 237 173 0 20 43 32 41 41 75
Binary 10111101 10011111 1111011 0 10000 100011 11010 100001 100001 111101

Color Harmonies of #BD9F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F7B

Black with #BD9F7B

Text Example


Text Example

White with #BD9F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F7B; }

 p { color: rgb(189,159,123); }

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

background-color css

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

 a { background-color: rgb(189,159,123); }

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

border-color css

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

 span { border-color: rgb(189,159,123); }

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