Html Css Color HEX #BDA770 Putty

📋 copy color: '#BDA770'

red 189 ◦ green 167 ◦ blue 112

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

Shades of Putty #BDA770

Tints of Putty #BDA770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.93%

R = 40.38%
G = 35.68%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDA770 (or 0xBDA770) is known color: Putty. HEX triplet: BD, A7 and 70. RGB value is (189,167,112). Sum of RGB (Red+Green+Blue) = 189+167+112=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA770 is #42588F. Grayscale: #A7A7A7. Windows color (decimal): -4348048 or 7382973. OLE color: 7382973.

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

Color convert

RGB 189 167 112 -
CMYK 0 0.12 0.41 0.26
HSL 42.86º 0.37% 0.59% -
HSV(B) 42.86º 0.41% 0.74% -
XYZ 37.73 39.63 20.99 -
YUV 167.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 189 167 112 0 0.12 0.41 0.26 42.86 0.37 0.59
Hex BD A7 70 0 C 29 1A 2B 25 3B
Octal 275 247 160 0 14 51 32 53 45 73
Binary 10111101 10100111 1110000 0 1100 101001 11010 101011 100101 111011

Color Harmonies of #BDA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA770

Black with #BDA770

Text Example


Text Example

White with #BDA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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