Html Css Color HEX #BDA06F Fallow

📋 copy color: '#BDA06F'

red 189 ◦ green 160 ◦ blue 111

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

Shades of Fallow #BDA06F

Tints of Fallow #BDA06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.13%

R = 41.09%
G = 34.78%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDA06F (or 0xBDA06F) is known color: Fallow. HEX triplet: BD, A0 and 6F. RGB value is (189,160,111). Sum of RGB (Red+Green+Blue) = 189+160+111=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA06F is #425F90. Grayscale: #A3A3A3. Windows color (decimal): -4349841 or 7315645. OLE color: 7315645.

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

Color convert

RGB 189 160 111 -
CMYK 0 0.15 0.41 0.26
HSL 37.69º 0.37% 0.59% -
HSV(B) 37.69º 0.41% 0.74% -
XYZ 36.43 37.11 20.28 -
YUV 163.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 189 160 111 0 0.15 0.41 0.26 37.69 0.37 0.59
Hex BD A0 6F 0 F 29 1A 26 25 3B
Octal 275 240 157 0 17 51 32 46 45 73
Binary 10111101 10100000 1101111 0 1111 101001 11010 100110 100101 111011

Color Harmonies of #BDA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA06F

Black with #BDA06F

Text Example


Text Example

White with #BDA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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