#B48F27

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

Shades of Nugget #B48F27

Tints of Nugget #B48F27

Color information

#B48F27 (or 0xB48F27) is unknown color: approx Nugget. HEX triplet: B4, 8F and 27. RGB value is (180,143,39). Sum of RGB (Red+Green+Blue) = 180+143+39=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F27 is #4B70D8. Grayscale: #8E8E8E. Windows color (decimal): -4944089 or 2592692. OLE color: 2592692.

HSL color Cylindrical-coordinate representation of color #B48F27: hue angle of 44.26º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B48F27 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18014339-
CMYK00.210.780.29
HSL44.26º64.38%42.94%-
HSV(B)44.26º78.33%70.59%-
XYZ29.0129.496.08-
YUV142.2169.76154.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 143 (56.25% from 255) = 39.50%
BLUE value IS 39 (15.62% from 255) = 10.77%
R=49.72%
G=39.50%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801433900.210.780.2944.2664.3842.94
HexB48F270154E1D2c402b
Octal26421747025116355410053
Binary10110100100011111001110101011001110111011011001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F27; }

 p { color: rgb(180,143,39); }

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

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

 a { background-color: rgb(180,143,39); }

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

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

 span { border-color: rgb(180,143,39); }

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