Html Css Color HEX #BDA171 Fallow

📋 copy color: '#BDA171'

red 189 ◦ green 161 ◦ blue 113

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

Shades of Fallow #BDA171

Tints of Fallow #BDA171

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

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

R = 40.82%
G = 34.77%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDA171 (or 0xBDA171) is known color: Fallow. HEX triplet: BD, A1 and 71. RGB value is (189,161,113). Sum of RGB (Red+Green+Blue) = 189+161+113=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA171 is #425E8E. Grayscale: #A4A4A4. Windows color (decimal): -4349583 or 7446973. OLE color: 7446973.

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

Color convert

RGB 189 161 113 -
CMYK 0 0.15 0.40 0.26
HSL 37.89º 0.37% 0.59% -
HSV(B) 37.89º 0.4% 0.74% -
XYZ 36.71 37.5 20.93 -
YUV 163.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 189 161 113 0 0.15 0.40 0.26 37.89 0.37 0.59
Hex BD A1 71 0 F 28 1A 26 25 3B
Octal 275 241 161 0 17 50 32 46 45 73
Binary 10111101 10100001 1110001 0 1111 101000 11010 100110 100101 111011

Color Harmonies of #BDA171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA171

Black with #BDA171

Text Example


Text Example

White with #BDA171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA171; }

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

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

background-color css

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

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

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

border-color css

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

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

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