#B68727

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

Shades of Nugget #B68727

Tints of Nugget #B68727

Color information

#B68727 (or 0xB68727) is unknown color: approx Nugget. HEX triplet: B6, 87 and 27. RGB value is (182,135,39). Sum of RGB (Red+Green+Blue) = 182+135+39=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B68727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68727 is #4978D8. Grayscale: #8A8A8A. Windows color (decimal): -4815065 or 2590646. OLE color: 2590646.

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

Color convert

RGB18213539-
CMYK00.260.790.29
HSL40.28º64.71%43.33%-
HSV(B)40.28º78.57%71.37%-
XYZ28.3227.425.72-
YUV138.1172.07159.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.12%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 39 (15.62% from 255) = 10.96%
R=51.12%
G=37.92%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821353900.260.790.2940.2864.7143.33
HexB6872701A4F1D28412b
Octal26620747032117355010153
Binary10110110100001111001110110101001111111011010001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68727; }

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

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

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

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

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

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

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

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