#B68728

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

Shades of Nugget #B68728

Tints of Nugget #B68728

Color information

#B68728 (or 0xB68728) is unknown color: approx Nugget. HEX triplet: B6, 87 and 28. RGB value is (182,135,40). Sum of RGB (Red+Green+Blue) = 182+135+40=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B68728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68728 is #4978D7. Grayscale: #8A8A8A. Windows color (decimal): -4815064 or 2656182. OLE color: 2656182.

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

Color convert

RGB18213540-
CMYK00.260.780.29
HSL40.14º63.96%43.53%-
HSV(B)40.14º78.02%71.37%-
XYZ28.3427.435.81-
YUV138.2272.57159.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 40 (16.02% from 255) = 11.20%
R=50.98%
G=37.82%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821354000.260.780.2940.1463.9643.53
HexB6872801A4E1D28402c
Octal26620750032116355010054
Binary10110110100001111010000110101001110111011010001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68728; }

 p { color: rgb(182,135,40); }

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

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

 a { background-color: rgb(182,135,40); }

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

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

 span { border-color: rgb(182,135,40); }

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