#B68823

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

Shades of Nugget #B68823

Tints of Nugget #B68823

Color information

#B68823 (or 0xB68823) is unknown color: approx Nugget. HEX triplet: B6, 88 and 23. RGB value is (182,136,35). Sum of RGB (Red+Green+Blue) = 182+136+35=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B68823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68823 is #4977DC. Grayscale: #8A8A8A. Windows color (decimal): -4814813 or 2328758. OLE color: 2328758.

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

Color convert

RGB18213635-
CMYK00.250.810.29
HSL41.22º67.74%42.55%-
HSV(B)41.22º80.77%71.37%-
XYZ28.427.675.44-
YUV138.2469.74159.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 35 (14.06% from 255) = 9.92%
R=51.56%
G=38.53%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821363500.250.810.2941.2267.7442.55
HexB68823019511D29442b
Octal26621043031121355110453
Binary10110110100010001000110110011010001111011010011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68823; }

 p { color: rgb(182,136,35); }

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

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

 a { background-color: rgb(182,136,35); }

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

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

 span { border-color: rgb(182,136,35); }

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