Html Css Color HEX #BDA871 Putty

📋 copy color: '#BDA871'

red 189 ◦ green 168 ◦ blue 113

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

Shades of Putty #BDA871

Tints of Putty #BDA871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

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

R = 40.21%
G = 35.74%
B = 24.04%

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

#BDA871 (or 0xBDA871) is known color: Putty. HEX triplet: BD, A8 and 71. RGB value is (189,168,113). Sum of RGB (Red+Green+Blue) = 189+168+113=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA871 is #42578E. Grayscale: #A8A8A8. Windows color (decimal): -4347791 or 7448765. OLE color: 7448765.

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

Color convert

RGB 189 168 113 -
CMYK 0 0.11 0.40 0.26
HSL 43.42º 0.37% 0.59% -
HSV(B) 43.42º 0.4% 0.74% -
XYZ 37.97 40.02 21.35 -
YUV 168.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 189 168 113 0 0.11 0.40 0.26 43.42 0.37 0.59
Hex BD A8 71 0 B 28 1A 2B 25 3B
Octal 275 250 161 0 13 50 32 53 45 73
Binary 10111101 10101000 1110001 0 1011 101000 11010 101011 100101 111011

Color Harmonies of #BDA871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA871

Black with #BDA871

Text Example


Text Example

White with #BDA871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA871; }

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

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

background-color css

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

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

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

border-color css

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

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

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