Html Css Color HEX #BDA06D Fallow

📋 copy color: '#BDA06D'

red 189 ◦ green 160 ◦ blue 109

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

Shades of Fallow #BDA06D

Tints of Fallow #BDA06D

RGB

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

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

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

R = 41.27%
G = 34.93%
B = 23.8%

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

#BDA06D (or 0xBDA06D) is known color: Fallow. HEX triplet: BD, A0 and 6D. RGB value is (189,160,109). Sum of RGB (Red+Green+Blue) = 189+160+109=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA06D is #425F92. Grayscale: #A3A3A3. Windows color (decimal): -4349843 or 7184573. OLE color: 7184573.

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

Color convert

RGB 189 160 109 -
CMYK 0 0.15 0.42 0.26
HSL 38.25º 0.38% 0.58% -
HSV(B) 38.25º 0.42% 0.74% -
XYZ 36.32 37.06 19.71 -
YUV 162.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 189 160 109 0 0.15 0.42 0.26 38.25 0.38 0.58
Hex BD A0 6D 0 F 2A 1A 26 26 3A
Octal 275 240 155 0 17 52 32 46 46 72
Binary 10111101 10100000 1101101 0 1111 101010 11010 100110 100110 111010

Color Harmonies of #BDA06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA06D

Black with #BDA06D

Text Example


Text Example

White with #BDA06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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