#B9926A

Color #B9926A Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #B9926A

Tints of Fallow #B9926A

Color information

#B9926A (or 0xB9926A) is unknown color: approx Fallow. HEX triplet: B9, 92 and 6A. RGB value is (185,146,106). Sum of RGB (Red+Green+Blue) = 185+146+106=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9926A is #466D95. Grayscale: #999999. Windows color (decimal): -4615574 or 6984377. OLE color: 6984377.

HSL color Cylindrical-coordinate representation of color #B9926A: hue angle of 30.38º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9926A is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185146106-
CMYK00.210.430.27
HSL30.38º36.07%57.06%-
HSV(B)30.38º42.7%72.55%-
XYZ32.8931.9118.06-
YUV153.1101.42150.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=42.33%
G=33.41%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514610600.210.430.2730.3836.0757.06
HexB9926A0152B1B1e2439
Octal2712221520255333364471
Binary101110011001001011010100101011010111101111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9926A; }

 p { color: rgb(185,146,106); }

 H1.HeaderClassName
 {
   color: #B9926A;
 }
 .AnyTagClassName
 {
   color: #B9926A;
 }
</style>
background-color css

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

 a { background-color: rgb(185,146,106); }

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

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

 span { border-color: rgb(185,146,106); }

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