Html Css Color HEX #BDA079 Fallow

📋 copy color: '#BDA079'

red 189 ◦ green 160 ◦ blue 121

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

Shades of Fallow #BDA079

Tints of Fallow #BDA079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

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

R = 40.21%
G = 34.04%
B = 25.74%

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

#BDA079 (or 0xBDA079) is known color: Fallow. HEX triplet: BD, A0 and 79. RGB value is (189,160,121). Sum of RGB (Red+Green+Blue) = 189+160+121=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA079 is #425F86. Grayscale: #A4A4A4. Windows color (decimal): -4349831 or 7971005. OLE color: 7971005.

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

Color convert

RGB 189 160 121 -
CMYK 0 0.15 0.36 0.26
HSL 34.41º 0.34% 0.61% -
HSV(B) 34.41º 0.36% 0.74% -
XYZ 37.01 37.34 23.35 -
YUV 164.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 189 160 121 0 0.15 0.36 0.26 34.41 0.34 0.61
Hex BD A0 79 0 F 24 1A 22 22 3D
Octal 275 240 171 0 17 44 32 42 42 75
Binary 10111101 10100000 1111001 0 1111 100100 11010 100010 100010 111101

Color Harmonies of #BDA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA079

Black with #BDA079

Text Example


Text Example

White with #BDA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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