#B4928A

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

Shades of Thatch #B4928A

Tints of Thatch #B4928A

Color information

#B4928A (or 0xB4928A) is unknown color: approx Thatch. HEX triplet: B4, 92 and 8A. RGB value is (180,146,138). Sum of RGB (Red+Green+Blue) = 180+146+138=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4928A is #4B6D75. Grayscale: #9B9B9B. Windows color (decimal): -4943222 or 9081524. OLE color: 9081524.

HSL color Cylindrical-coordinate representation of color #B4928A: hue angle of 11.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4928A is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB180146138-
CMYK00.190.230.29
HSL11.43º21.88%62.35%-
HSV(B)11.43º23.33%70.59%-
XYZ33.6932.128.46-
YUV155.25118.26145.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 146 (57.42% from 255) = 31.47%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=38.79%
G=31.47%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014613800.190.230.2911.4321.8862.35
HexB4928A013171Db163e
Octal2642222120232735132676
Binary1011010010010010100010100100111011111101101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4928A; }

 p { color: rgb(180,146,138); }

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

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

 a { background-color: rgb(180,146,138); }

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

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

 span { border-color: rgb(180,146,138); }

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