#B48C23

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

Shades of Nugget #B48C23

Tints of Nugget #B48C23

Color information

#B48C23 (or 0xB48C23) is unknown color: approx Nugget. HEX triplet: B4, 8C and 23. RGB value is (180,140,35). Sum of RGB (Red+Green+Blue) = 180+140+35=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C23 is #4B73DC. Grayscale: #8C8C8C. Windows color (decimal): -4944861 or 2329780. OLE color: 2329780.

HSL color Cylindrical-coordinate representation of color #B48C23: hue angle of 43.45º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B48C23 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18014035-
CMYK00.220.810.29
HSL43.45º67.44%42.16%-
HSV(B)43.45º80.56%70.59%-
XYZ28.528.585.6-
YUV139.9968.75156.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 140 (55.08% from 255) = 39.44%
BLUE value IS 35 (14.06% from 255) = 9.86%
R=50.70%
G=39.44%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801403500.220.810.2943.4567.4442.16
HexB48C23016511D2b432a
Octal26421443026121355310352
Binary10110100100011001000110101101010001111011010111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C23; }

 p { color: rgb(180,140,35); }

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

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

 a { background-color: rgb(180,140,35); }

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

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

 span { border-color: rgb(180,140,35); }

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