Html Css Color HEX #B5986A Fallow

📋 copy color: '#B5986A'

red 181 ◦ green 152 ◦ blue 106

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

Shades of Fallow #B5986A

Tints of Fallow #B5986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.62%

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 41.23%
G = 34.62%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5986A (or 0xB5986A) is known color: Fallow. HEX triplet: B5, 98 and 6A. RGB value is (181,152,106). Sum of RGB (Red+Green+Blue) = 181+152+106=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5986A is #4A6795. Grayscale: #9B9B9B. Windows color (decimal): -4876182 or 6985909. OLE color: 6985909.

HSL color Cylindrical-coordinate representation of color #B5986A: hue angle of 36.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5986A is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 152 106 -
CMYK 0 0.16 0.41 0.29
HSL 36.8º 0.34% 0.56% -
HSV(B) 36.8º 0.41% 0.71% -
XYZ 32.89 33.32 18.33 -
YUV 155.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 181 152 106 0 0.16 0.41 0.29 36.8 0.34 0.56
Hex B5 98 6A 0 10 29 1D 25 22 38
Octal 265 230 152 0 20 51 35 45 42 70
Binary 10110101 10011000 1101010 0 10000 101001 11101 100101 100010 111000

Color Harmonies of #B5986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5986A

Black with #B5986A

Text Example


Text Example

White with #B5986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5986A; }

 p { color: rgb(181,152,106); }

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

background-color css

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

 a { background-color: rgb(181,152,106); }

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

border-color css

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

 span { border-color: rgb(181,152,106); }

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