Html Css Color HEX #BD9E7B Pale Taupe

📋 copy color: '#BD9E7B'

red 189 ◦ green 158 ◦ blue 123

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

Shades of Pale Taupe #BD9E7B

Tints of Pale Taupe #BD9E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.62%

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

R = 40.21%
G = 33.62%
B = 26.17%

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

#BD9E7B (or 0xBD9E7B) is known color: Pale Taupe. HEX triplet: BD, 9E and 7B. RGB value is (189,158,123). Sum of RGB (Red+Green+Blue) = 189+158+123=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E7B is #426184. Grayscale: #A3A3A3. Windows color (decimal): -4350341 or 8101565. OLE color: 8101565.

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

Color convert

RGB 189 158 123 -
CMYK 0 0.16 0.35 0.26
HSL 31.82º 0.33% 0.61% -
HSV(B) 31.82º 0.35% 0.74% -
XYZ 36.79 36.7 23.88 -
YUV 163.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 189 158 123 0 0.16 0.35 0.26 31.82 0.33 0.61
Hex BD 9E 7B 0 10 23 1A 20 21 3D
Octal 275 236 173 0 20 43 32 40 41 75
Binary 10111101 10011110 1111011 0 10000 100011 11010 100000 100001 111101

Color Harmonies of #BD9E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E7B

Black with #BD9E7B

Text Example


Text Example

White with #BD9E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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