#B9928B

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

Shades of Thatch #B9928B

Tints of Thatch #B9928B

Color information

#B9928B (or 0xB9928B) is unknown color: approx Thatch. HEX triplet: B9, 92 and 8B. RGB value is (185,146,139). Sum of RGB (Red+Green+Blue) = 185+146+139=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9928B is #466D74. Grayscale: #9C9C9C. Windows color (decimal): -4615541 or 9147065. OLE color: 9147065.

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

Color convert

RGB185146139-
CMYK00.210.250.27
HSL9.13º24.73%63.53%-
HSV(B)9.13º24.86%72.55%-
XYZ34.9532.7428.9-
YUV156.86117.92148.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=39.36%
G=31.06%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514613900.210.250.279.1324.7363.53
HexB9928B015191B91940
Octal27122221302531331131100
Binary10111001100100101000101101010111001110111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9928B; }

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

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

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

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

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

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

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

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