#B38B28

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

Shades of Nugget #B38B28

Tints of Nugget #B38B28

Color information

#B38B28 (or 0xB38B28) is unknown color: approx Nugget. HEX triplet: B3, 8B and 28. RGB value is (179,139,40). Sum of RGB (Red+Green+Blue) = 179+139+40=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38B28 is #4C74D7. Grayscale: #8C8C8C. Windows color (decimal): -5010648 or 2657203. OLE color: 2657203.

HSL color Cylindrical-coordinate representation of color #B38B28: hue angle of 42.73º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B38B28 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17913940-
CMYK00.220.780.30
HSL42.73º63.47%42.94%-
HSV(B)42.73º77.65%70.2%-
XYZ28.2128.25.96-
YUV139.6771.75156.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 40 (16.02% from 255) = 11.17%
R=50%
G=38.83%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791394000.220.780.3042.7363.4742.94
HexB38B280164E1E2b3f2b
Octal2632135002611636537753
Binary1011001110001011101000010110100111011110101011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B28; }

 p { color: rgb(179,139,40); }

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

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

 a { background-color: rgb(179,139,40); }

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

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

 span { border-color: rgb(179,139,40); }

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