Html Css Color HEX #BDA179 Fallow

📋 copy color: '#BDA179'

red 189 ◦ green 161 ◦ blue 121

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

Shades of Fallow #BDA179

Tints of Fallow #BDA179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 40.13%
G = 34.18%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDA179 (or 0xBDA179) is known color: Fallow. HEX triplet: BD, A1 and 79. RGB value is (189,161,121). Sum of RGB (Red+Green+Blue) = 189+161+121=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA179 is #425E86. Grayscale: #A5A5A5. Windows color (decimal): -4349575 or 7971261. OLE color: 7971261.

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

Color convert

RGB 189 161 121 -
CMYK 0 0.15 0.36 0.26
HSL 35.29º 0.34% 0.61% -
HSV(B) 35.29º 0.36% 0.74% -
XYZ 37.18 37.69 23.4 -
YUV 164.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 189 161 121 0 0.15 0.36 0.26 35.29 0.34 0.61
Hex BD A1 79 0 F 24 1A 23 22 3D
Octal 275 241 171 0 17 44 32 43 42 75
Binary 10111101 10100001 1111001 0 1111 100100 11010 100011 100010 111101

Color Harmonies of #BDA179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA179

Black with #BDA179

Text Example


Text Example

White with #BDA179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA179; }

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

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

background-color css

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

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

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

border-color css

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

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

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