#B88E23

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

Shades of Nugget #B88E23

Tints of Nugget #B88E23

Color information

#B88E23 (or 0xB88E23) is unknown color: approx Nugget. HEX triplet: B8, 8E and 23. RGB value is (184,142,35). Sum of RGB (Red+Green+Blue) = 184+142+35=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88E23 is #4771DC. Grayscale: #8E8E8E. Windows color (decimal): -4682205 or 2330296. OLE color: 2330296.

HSL color Cylindrical-coordinate representation of color #B88E23: hue angle of 43.09º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B88E23 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB18414235-
CMYK00.230.810.28
HSL43.09º68.04%42.94%-
HSV(B)43.09º80.98%72.16%-
XYZ29.7429.665.75-
YUV142.3667.41157.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 35 (14.06% from 255) = 9.70%
R=50.97%
G=39.34%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841423500.230.810.2843.0968.0442.94
HexB88E23017511C2b442b
Octal27021643027121345310453
Binary10111000100011101000110101111010001111001010111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E23; }

 p { color: rgb(184,142,35); }

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

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

 a { background-color: rgb(184,142,35); }

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

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

 span { border-color: rgb(184,142,35); }

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