Html Css Color HEX #BDA772 Putty

📋 copy color: '#BDA772'

red 189 ◦ green 167 ◦ blue 114

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

Shades of Putty #BDA772

Tints of Putty #BDA772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.26%

R = 40.21%
G = 35.53%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDA772 (or 0xBDA772) is known color: Putty. HEX triplet: BD, A7 and 72. RGB value is (189,167,114). Sum of RGB (Red+Green+Blue) = 189+167+114=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA772 is #42588D. Grayscale: #A7A7A7. Windows color (decimal): -4348046 or 7514045. OLE color: 7514045.

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

Color convert

RGB 189 167 114 -
CMYK 0 0.12 0.40 0.26
HSL 42.4º 0.36% 0.59% -
HSV(B) 42.4º 0.4% 0.74% -
XYZ 37.84 39.67 21.58 -
YUV 167.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 189 167 114 0 0.12 0.40 0.26 42.4 0.36 0.59
Hex BD A7 72 0 C 28 1A 2A 24 3B
Octal 275 247 162 0 14 50 32 52 44 73
Binary 10111101 10100111 1110010 0 1100 101000 11010 101010 100100 111011

Color Harmonies of #BDA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA772

Black with #BDA772

Text Example


Text Example

White with #BDA772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA772; }

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

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

background-color css

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

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

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

border-color css

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

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

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