Html Css Color HEX #BDA477 Fallow

📋 copy color: '#BDA477'

red 189 ◦ green 164 ◦ blue 119

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

Shades of Fallow #BDA477

Tints of Fallow #BDA477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.21%

R = 40.04%
G = 34.75%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDA477 (or 0xBDA477) is known color: Fallow. HEX triplet: BD, A4 and 77. RGB value is (189,164,119). Sum of RGB (Red+Green+Blue) = 189+164+119=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA477 is #425B88. Grayscale: #A6A6A6. Windows color (decimal): -4348809 or 7840957. OLE color: 7840957.

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

Color convert

RGB 189 164 119 -
CMYK 0 0.13 0.37 0.26
HSL 38.57º 0.35% 0.6% -
HSV(B) 38.57º 0.37% 0.74% -
XYZ 37.59 38.7 22.94 -
YUV 166.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 189 164 119 0 0.13 0.37 0.26 38.57 0.35 0.6
Hex BD A4 77 0 D 25 1A 27 23 3C
Octal 275 244 167 0 15 45 32 47 43 74
Binary 10111101 10100100 1110111 0 1101 100101 11010 100111 100011 111100

Color Harmonies of #BDA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA477

Black with #BDA477

Text Example


Text Example

White with #BDA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA477; }

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

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

background-color css

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

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

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

border-color css

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

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

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