Html Css Color HEX #BDA166 Fallow

📋 copy color: '#BDA166'

red 189 ◦ green 161 ◦ blue 102

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

Shades of Fallow #BDA166

Tints of Fallow #BDA166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 41.81%
G = 35.62%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA166 (or 0xBDA166) is known color: Fallow. HEX triplet: BD, A1 and 66. RGB value is (189,161,102). Sum of RGB (Red+Green+Blue) = 189+161+102=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA166 is #425E99. Grayscale: #A2A2A2. Windows color (decimal): -4349594 or 6726077. OLE color: 6726077.

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

Color convert

RGB 189 161 102 -
CMYK 0 0.15 0.46 0.26
HSL 40.69º 0.4% 0.57% -
HSV(B) 40.69º 0.46% 0.74% -
XYZ 36.13 37.27 17.86 -
YUV 162.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 189 161 102 0 0.15 0.46 0.26 40.69 0.4 0.57
Hex BD A1 66 0 F 2E 1A 29 28 39
Octal 275 241 146 0 17 56 32 51 50 71
Binary 10111101 10100001 1100110 0 1111 101110 11010 101001 101000 111001

Color Harmonies of #BDA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA166

Black with #BDA166

Text Example


Text Example

White with #BDA166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA166; }

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

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

background-color css

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

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

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

border-color css

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

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

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