Html Css Color HEX #BDA176 Fallow

📋 copy color: '#BDA176'

red 189 ◦ green 161 ◦ blue 118

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

Shades of Fallow #BDA176

Tints of Fallow #BDA176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 40.38%
G = 34.4%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA176 (or 0xBDA176) is known color: Fallow. HEX triplet: BD, A1 and 76. RGB value is (189,161,118). Sum of RGB (Red+Green+Blue) = 189+161+118=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA176 is #425E89. Grayscale: #A4A4A4. Windows color (decimal): -4349578 or 7774653. OLE color: 7774653.

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

Color convert

RGB 189 161 118 -
CMYK 0 0.15 0.38 0.26
HSL 36.34º 0.35% 0.6% -
HSV(B) 36.34º 0.38% 0.74% -
XYZ 37 37.62 22.45 -
YUV 164.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 189 161 118 0 0.15 0.38 0.26 36.34 0.35 0.6
Hex BD A1 76 0 F 26 1A 24 23 3C
Octal 275 241 166 0 17 46 32 44 43 74
Binary 10111101 10100001 1110110 0 1111 100110 11010 100100 100011 111100

Color Harmonies of #BDA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA176

Black with #BDA176

Text Example


Text Example

White with #BDA176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA176; }

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

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

background-color css

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

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

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

border-color css

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

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

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