Html Css Color HEX #BDA16D Fallow

📋 copy color: '#BDA16D'

red 189 ◦ green 161 ◦ blue 109

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

Shades of Fallow #BDA16D

Tints of Fallow #BDA16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.75%

R = 41.18%
G = 35.08%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDA16D (or 0xBDA16D) is known color: Fallow. HEX triplet: BD, A1 and 6D. RGB value is (189,161,109). Sum of RGB (Red+Green+Blue) = 189+161+109=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA16D is #425E92. Grayscale: #A3A3A3. Windows color (decimal): -4349587 or 7184829. OLE color: 7184829.

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

Color convert

RGB 189 161 109 -
CMYK 0 0.15 0.42 0.26
HSL 39º 0.38% 0.58% -
HSV(B) 39º 0.42% 0.74% -
XYZ 36.49 37.41 19.77 -
YUV 163.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 189 161 109 0 0.15 0.42 0.26 39 0.38 0.58
Hex BD A1 6D 0 F 2A 1A 27 26 3A
Octal 275 241 155 0 17 52 32 47 46 72
Binary 10111101 10100001 1101101 0 1111 101010 11010 100111 100110 111010

Color Harmonies of #BDA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA16D

Black with #BDA16D

Text Example


Text Example

White with #BDA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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