Html Css Color HEX #BDA571 Fallow

📋 copy color: '#BDA571'

red 189 ◦ green 165 ◦ blue 113

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

Shades of Fallow #BDA571

Tints of Fallow #BDA571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

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

R = 40.47%
G = 35.33%
B = 24.2%

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

#BDA571 (or 0xBDA571) is known color: Fallow. HEX triplet: BD, A5 and 71. RGB value is (189,165,113). Sum of RGB (Red+Green+Blue) = 189+165+113=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA571 is #425A8E. Grayscale: #A6A6A6. Windows color (decimal): -4348559 or 7447997. OLE color: 7447997.

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

Color convert

RGB 189 165 113 -
CMYK 0 0.13 0.40 0.26
HSL 41.05º 0.37% 0.59% -
HSV(B) 41.05º 0.4% 0.74% -
XYZ 37.42 38.92 21.16 -
YUV 166.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 189 165 113 0 0.13 0.40 0.26 41.05 0.37 0.59
Hex BD A5 71 0 D 28 1A 29 25 3B
Octal 275 245 161 0 15 50 32 51 45 73
Binary 10111101 10100101 1110001 0 1101 101000 11010 101001 100101 111011

Color Harmonies of #BDA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA571

Black with #BDA571

Text Example


Text Example

White with #BDA571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA571; }

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

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

background-color css

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

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

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

border-color css

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

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

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