#B28D2D

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

Shades of Nugget #B28D2D

Tints of Nugget #B28D2D

Color information

#B28D2D (or 0xB28D2D) is unknown color: approx Nugget. HEX triplet: B2, 8D and 2D. RGB value is (178,141,45). Sum of RGB (Red+Green+Blue) = 178+141+45=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D2D is #4D72D2. Grayscale: #8D8D8D. Windows color (decimal): -5075667 or 2985394. OLE color: 2985394.

HSL color Cylindrical-coordinate representation of color #B28D2D: hue angle of 43.31º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B28D2D is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17814145-
CMYK00.210.750.30
HSL43.31º59.64%43.73%-
HSV(B)43.31º74.72%69.8%-
XYZ28.3628.76.53-
YUV141.1273.76154.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 45 (17.97% from 255) = 12.36%
R=48.90%
G=38.74%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781414500.210.750.3043.3159.6443.73
HexB28D2D0154B1E2b3c2c
Octal2622155502511336537454
Binary1011001010001101101101010101100101111110101011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D2D; }

 p { color: rgb(178,141,45); }

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

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

 a { background-color: rgb(178,141,45); }

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

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

 span { border-color: rgb(178,141,45); }

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