Html Css Color HEX #B4986B Fallow

📋 copy color: '#B4986B'

red 180 ◦ green 152 ◦ blue 107

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

Shades of Fallow #B4986B

Tints of Fallow #B4986B

RGB

 RED value IS 180 (70.7% from 255) = 41%

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

 BLUE value IS 107 (42.19% from 255) = 24.37%

R = 41%
G = 34.62%
B = 24.37%

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

#B4986B (or 0xB4986B) is known color: Fallow. HEX triplet: B4, 98 and 6B. RGB value is (180,152,107). Sum of RGB (Red+Green+Blue) = 180+152+107=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4986B is #4B6794. Grayscale: #9B9B9B. Windows color (decimal): -4941717 or 7051444. OLE color: 7051444.

HSL color Cylindrical-coordinate representation of color #B4986B: hue angle of 36.99º degrees, saturation: 0.33, 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 #B4986B is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 152 107 -
CMYK 0 0.16 0.41 0.29
HSL 36.99º 0.33% 0.56% -
HSV(B) 36.99º 0.41% 0.71% -
XYZ 32.7 33.22 18.6 -
YUV 155.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 180 152 107 0 0.16 0.41 0.29 36.99 0.33 0.56
Hex B4 98 6B 0 10 29 1D 25 21 38
Octal 264 230 153 0 20 51 35 45 41 70
Binary 10110100 10011000 1101011 0 10000 101001 11101 100101 100001 111000

Color Harmonies of #B4986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4986B

Black with #B4986B

Text Example


Text Example

White with #B4986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4986B; }

 p { color: rgb(180,152,107); }

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

background-color css

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

 a { background-color: rgb(180,152,107); }

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

border-color css

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

 span { border-color: rgb(180,152,107); }

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