Html Css Color HEX #BDA476 Fallow

📋 copy color: '#BDA476'

red 189 ◦ green 164 ◦ blue 118

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

Shades of Fallow #BDA476

Tints of Fallow #BDA476

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.82%

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

R = 40.13%
G = 34.82%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA476 (or 0xBDA476) is known color: Fallow. HEX triplet: BD, A4 and 76. RGB value is (189,164,118). Sum of RGB (Red+Green+Blue) = 189+164+118=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA476 is #425B89. Grayscale: #A6A6A6. Windows color (decimal): -4348810 or 7775421. OLE color: 7775421.

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

Color convert

RGB 189 164 118 -
CMYK 0 0.13 0.38 0.26
HSL 38.87º 0.35% 0.6% -
HSV(B) 38.87º 0.38% 0.74% -
XYZ 37.53 38.68 22.63 -
YUV 166.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 189 164 118 0 0.13 0.38 0.26 38.87 0.35 0.6
Hex BD A4 76 0 D 26 1A 27 23 3C
Octal 275 244 166 0 15 46 32 47 43 74
Binary 10111101 10100100 1110110 0 1101 100110 11010 100111 100011 111100

Color Harmonies of #BDA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA476

Black with #BDA476

Text Example


Text Example

White with #BDA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA476; }

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

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

background-color css

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

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

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

border-color css

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

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

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