Html Css Color HEX #BDA376 Fallow

📋 copy color: '#BDA376'

red 189 ◦ green 163 ◦ blue 118

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

Shades of Fallow #BDA376

Tints of Fallow #BDA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

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

R = 40.21%
G = 34.68%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA376 (or 0xBDA376) is known color: Fallow. HEX triplet: BD, A3 and 76. RGB value is (189,163,118). Sum of RGB (Red+Green+Blue) = 189+163+118=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA376 is #425C89. Grayscale: #A5A5A5. Windows color (decimal): -4349066 or 7775165. OLE color: 7775165.

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

Color convert

RGB 189 163 118 -
CMYK 0 0.14 0.38 0.26
HSL 38.03º 0.35% 0.6% -
HSV(B) 38.03º 0.38% 0.74% -
XYZ 37.35 38.32 22.57 -
YUV 165.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 189 163 118 0 0.14 0.38 0.26 38.03 0.35 0.6
Hex BD A3 76 0 E 26 1A 26 23 3C
Octal 275 243 166 0 16 46 32 46 43 74
Binary 10111101 10100011 1110110 0 1110 100110 11010 100110 100011 111100

Color Harmonies of #BDA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA376

Black with #BDA376

Text Example


Text Example

White with #BDA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA376; }

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

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

background-color css

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

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

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

border-color css

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

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

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