Html Css Color HEX #BDA077 Fallow

📋 copy color: '#BDA077'

red 189 ◦ green 160 ◦ blue 119

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

Shades of Fallow #BDA077

Tints of Fallow #BDA077

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

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

R = 40.38%
G = 34.19%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDA077 (or 0xBDA077) is known color: Fallow. HEX triplet: BD, A0 and 77. RGB value is (189,160,119). Sum of RGB (Red+Green+Blue) = 189+160+119=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA077 is #425F88. Grayscale: #A4A4A4. Windows color (decimal): -4349833 or 7839933. OLE color: 7839933.

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

Color convert

RGB 189 160 119 -
CMYK 0 0.15 0.37 0.26
HSL 35.14º 0.35% 0.6% -
HSV(B) 35.14º 0.37% 0.74% -
XYZ 36.89 37.29 22.71 -
YUV 164 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 189 160 119 0 0.15 0.37 0.26 35.14 0.35 0.6
Hex BD A0 77 0 F 25 1A 23 23 3C
Octal 275 240 167 0 17 45 32 43 43 74
Binary 10111101 10100000 1110111 0 1111 100101 11010 100011 100011 111100

Color Harmonies of #BDA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA077

Black with #BDA077

Text Example


Text Example

White with #BDA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA077; }

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

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

background-color css

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

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

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

border-color css

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

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

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