Html Css Color HEX #BDA471 Fallow

📋 copy color: '#BDA471'

red 189 ◦ green 164 ◦ blue 113

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

Shades of Fallow #BDA471

Tints of Fallow #BDA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.19%

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

R = 40.56%
G = 35.19%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDA471 (or 0xBDA471) is known color: Fallow. HEX triplet: BD, A4 and 71. RGB value is (189,164,113). Sum of RGB (Red+Green+Blue) = 189+164+113=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA471 is #425B8E. Grayscale: #A5A5A5. Windows color (decimal): -4348815 or 7447741. OLE color: 7447741.

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

Color convert

RGB 189 164 113 -
CMYK 0 0.13 0.40 0.26
HSL 40.26º 0.37% 0.59% -
HSV(B) 40.26º 0.4% 0.74% -
XYZ 37.24 38.56 21.1 -
YUV 165.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 189 164 113 0 0.13 0.40 0.26 40.26 0.37 0.59
Hex BD A4 71 0 D 28 1A 28 25 3B
Octal 275 244 161 0 15 50 32 50 45 73
Binary 10111101 10100100 1110001 0 1101 101000 11010 101000 100101 111011

Color Harmonies of #BDA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA471

Black with #BDA471

Text Example


Text Example

White with #BDA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA471; }

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

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

background-color css

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

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

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

border-color css

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

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

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