Html Css Color HEX #BD9C7A Pale Taupe

📋 copy color: '#BD9C7A'

red 189 ◦ green 156 ◦ blue 122

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

Shades of Pale Taupe #BD9C7A

Tints of Pale Taupe #BD9C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.12%

R = 40.47%
G = 33.4%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD9C7A (or 0xBD9C7A) is known color: Pale Taupe. HEX triplet: BD, 9C and 7A. RGB value is (189,156,122). Sum of RGB (Red+Green+Blue) = 189+156+122=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C7A is #426385. Grayscale: #A2A2A2. Windows color (decimal): -4350854 or 8035517. OLE color: 8035517.

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

Color convert

RGB 189 156 122 -
CMYK 0 0.17 0.35 0.26
HSL 30.45º 0.34% 0.61% -
HSV(B) 30.45º 0.35% 0.74% -
XYZ 36.39 36 23.44 -
YUV 161.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 189 156 122 0 0.17 0.35 0.26 30.45 0.34 0.61
Hex BD 9C 7A 0 11 23 1A 1E 22 3D
Octal 275 234 172 0 21 43 32 36 42 75
Binary 10111101 10011100 1111010 0 10001 100011 11010 11110 100010 111101

Color Harmonies of #BD9C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C7A

Black with #BD9C7A

Text Example


Text Example

White with #BD9C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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