#B28625

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

Shades of Nugget #B28625

Tints of Nugget #B28625

Color information

#B28625 (or 0xB28625) is unknown color: approx Nugget. HEX triplet: B2, 86 and 25. RGB value is (178,134,37). Sum of RGB (Red+Green+Blue) = 178+134+37=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B28625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28625 is #4D79DA. Grayscale: #888888. Windows color (decimal): -5077467 or 2459314. OLE color: 2459314.

HSL color Cylindrical-coordinate representation of color #B28625: hue angle of 41.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B28625 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17813437-
CMYK00.250.790.30
HSL41.28º65.58%42.16%-
HSV(B)41.28º79.21%69.8%-
XYZ27.2226.655.46-
YUV136.172.08157.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 37 (14.84% from 255) = 10.60%
R=51.00%
G=38.40%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781343700.250.790.3041.2865.5842.16
HexB286250194F1E29422a
Octal26220645031117365110252
Binary10110010100001101001010110011001111111101010011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28625; }

 p { color: rgb(178,134,37); }

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

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

 a { background-color: rgb(178,134,37); }

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

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

 span { border-color: rgb(178,134,37); }

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