Html Css Color HEX #B5A16D Fallow

📋 copy color: '#B5A16D'

red 181 ◦ green 161 ◦ blue 109

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

Shades of Fallow #B5A16D

Tints of Fallow #B5A16D

RGB

 RED value IS 181 (71.09% from 255) = 40.13%

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

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 40.13%
G = 35.7%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5A16D (or 0xB5A16D) is known color: Fallow. HEX triplet: B5, A1 and 6D. RGB value is (181,161,109). Sum of RGB (Red+Green+Blue) = 181+161+109=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A16D is #4A5E92. Grayscale: #A1A1A1. Windows color (decimal): -4873875 or 7184821. OLE color: 7184821.

HSL color Cylindrical-coordinate representation of color #B5A16D: hue angle of 43.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A16D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 161 109 -
CMYK 0 0.11 0.40 0.29
HSL 43.33º 0.33% 0.57% -
HSV(B) 43.33º 0.4% 0.71% -
XYZ 34.56 36.42 19.68 -
YUV 161.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 181 161 109 0 0.11 0.40 0.29 43.33 0.33 0.57
Hex B5 A1 6D 0 B 28 1D 2B 21 39
Octal 265 241 155 0 13 50 35 53 41 71
Binary 10110101 10100001 1101101 0 1011 101000 11101 101011 100001 111001

Color Harmonies of #B5A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A16D

Black with #B5A16D

Text Example


Text Example

White with #B5A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A16D; }

 p { color: rgb(181,161,109); }

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

background-color css

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

 a { background-color: rgb(181,161,109); }

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

border-color css

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

 span { border-color: rgb(181,161,109); }

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