Html Css Color HEX #BDA271 Fallow

📋 copy color: '#BDA271'

red 189 ◦ green 162 ◦ blue 113

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

Shades of Fallow #BDA271

Tints of Fallow #BDA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.91%

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

R = 40.73%
G = 34.91%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDA271 (or 0xBDA271) is known color: Fallow. HEX triplet: BD, A2 and 71. RGB value is (189,162,113). Sum of RGB (Red+Green+Blue) = 189+162+113=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA271 is #425D8E. Grayscale: #A4A4A4. Windows color (decimal): -4349327 or 7447229. OLE color: 7447229.

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

Color convert

RGB 189 162 113 -
CMYK 0 0.14 0.40 0.26
HSL 38.68º 0.37% 0.59% -
HSV(B) 38.68º 0.4% 0.74% -
XYZ 36.89 37.85 20.98 -
YUV 164.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 189 162 113 0 0.14 0.40 0.26 38.68 0.37 0.59
Hex BD A2 71 0 E 28 1A 27 25 3B
Octal 275 242 161 0 16 50 32 47 45 73
Binary 10111101 10100010 1110001 0 1110 101000 11010 100111 100101 111011

Color Harmonies of #BDA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA271

Black with #BDA271

Text Example


Text Example

White with #BDA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA271; }

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

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

background-color css

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

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

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

border-color css

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

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

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