Html Css Color HEX #BDA673 Putty

📋 copy color: '#BDA673'

red 189 ◦ green 166 ◦ blue 115

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

Shades of Putty #BDA673

Tints of Putty #BDA673

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.32%

 BLUE value IS 115 (45.31% from 255) = 24.47%

R = 40.21%
G = 35.32%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDA673 (or 0xBDA673) is known color: Putty. HEX triplet: BD, A6 and 73. RGB value is (189,166,115). Sum of RGB (Red+Green+Blue) = 189+166+115=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA673 is #42598C. Grayscale: #A7A7A7. Windows color (decimal): -4348301 or 7579325. OLE color: 7579325.

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

Color convert

RGB 189 166 115 -
CMYK 0 0.12 0.39 0.26
HSL 41.35º 0.36% 0.6% -
HSV(B) 41.35º 0.39% 0.74% -
XYZ 37.72 39.33 21.82 -
YUV 167.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 189 166 115 0 0.12 0.39 0.26 41.35 0.36 0.6
Hex BD A6 73 0 C 27 1A 29 24 3C
Octal 275 246 163 0 14 47 32 51 44 74
Binary 10111101 10100110 1110011 0 1100 100111 11010 101001 100100 111100

Color Harmonies of #BDA673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA673

Black with #BDA673

Text Example


Text Example

White with #BDA673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA673; }

 p { color: rgb(189,166,115); }

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

background-color css

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

 a { background-color: rgb(189,166,115); }

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

border-color css

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

 span { border-color: rgb(189,166,115); }

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