Html Css Color HEX #BDA971 Putty

📋 copy color: '#BDA971'

red 189 ◦ green 169 ◦ blue 113

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

Shades of Putty #BDA971

Tints of Putty #BDA971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.88%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 40.13%
G = 35.88%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDA971 (or 0xBDA971) is known color: Putty. HEX triplet: BD, A9 and 71. RGB value is (189,169,113). Sum of RGB (Red+Green+Blue) = 189+169+113=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA971 is #42568E. Grayscale: #A8A8A8. Windows color (decimal): -4347535 or 7449021. OLE color: 7449021.

HSL color Cylindrical-coordinate representation of color #BDA971: hue angle of 44.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDA971 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 113 -
CMYK 0 0.11 0.40 0.26
HSL 44.21º 0.37% 0.59% -
HSV(B) 44.21º 0.4% 0.74% -
XYZ 38.15 40.39 21.41 -
YUV 168.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 189 169 113 0 0.11 0.40 0.26 44.21 0.37 0.59
Hex BD A9 71 0 B 28 1A 2C 25 3B
Octal 275 251 161 0 13 50 32 54 45 73
Binary 10111101 10101001 1110001 0 1011 101000 11010 101100 100101 111011

Color Harmonies of #BDA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA971

Black with #BDA971

Text Example


Text Example

White with #BDA971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA971; }

 p { color: rgb(189,169,113); }

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

background-color css

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

 a { background-color: rgb(189,169,113); }

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

border-color css

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

 span { border-color: rgb(189,169,113); }

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