#B38725

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

Shades of Nugget #B38725

Tints of Nugget #B38725

Color information

#B38725 (or 0xB38725) is unknown color: approx Nugget. HEX triplet: B3, 87 and 25. RGB value is (179,135,37). Sum of RGB (Red+Green+Blue) = 179+135+37=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B38725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38725 is #4C78DA. Grayscale: #898989. Windows color (decimal): -5011675 or 2459571. OLE color: 2459571.

HSL color Cylindrical-coordinate representation of color #B38725: hue angle of 41.41º 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 #B38725 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17913537-
CMYK00.250.790.30
HSL41.41º65.74%42.35%-
HSV(B)41.41º79.33%70.2%-
XYZ27.5927.055.52-
YUV136.9871.58157.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 37 (14.84% from 255) = 10.54%
R=51.00%
G=38.46%
B=10.54%

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
Decimal1791353700.250.790.3041.4165.7442.35
HexB387250194F1E29422a
Octal26320745031117365110252
Binary10110011100001111001010110011001111111101010011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38725; }

 p { color: rgb(179,135,37); }

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

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

 a { background-color: rgb(179,135,37); }

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

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

 span { border-color: rgb(179,135,37); }

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