Html Css Color HEX #BDA76E Putty

📋 copy color: '#BDA76E'

red 189 ◦ green 167 ◦ blue 110

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

Shades of Putty #BDA76E

Tints of Putty #BDA76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.84%

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 40.56%
G = 35.84%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDA76E (or 0xBDA76E) is known color: Putty. HEX triplet: BD, A7 and 6E. RGB value is (189,167,110). Sum of RGB (Red+Green+Blue) = 189+167+110=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA76E is #425891. Grayscale: #A7A7A7. Windows color (decimal): -4348050 or 7251901. OLE color: 7251901.

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

Color convert

RGB 189 167 110 -
CMYK 0 0.12 0.42 0.26
HSL 43.29º 0.37% 0.59% -
HSV(B) 43.29º 0.42% 0.74% -
XYZ 37.62 39.58 20.41 -
YUV 167.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 189 167 110 0 0.12 0.42 0.26 43.29 0.37 0.59
Hex BD A7 6E 0 C 2A 1A 2B 25 3B
Octal 275 247 156 0 14 52 32 53 45 73
Binary 10111101 10100111 1101110 0 1100 101010 11010 101011 100101 111011

Color Harmonies of #BDA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA76E

Black with #BDA76E

Text Example


Text Example

White with #BDA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA76E; }

 p { color: rgb(189,167,110); }

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

background-color css

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

 a { background-color: rgb(189,167,110); }

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

border-color css

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

 span { border-color: rgb(189,167,110); }

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