#B69228

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

Shades of Nugget #B69228

Tints of Nugget #B69228

Color information

#B69228 (or 0xB69228) is unknown color: approx Nugget. HEX triplet: B6, 92 and 28. RGB value is (182,146,40). Sum of RGB (Red+Green+Blue) = 182+146+40=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B69228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69228 is #496DD7. Grayscale: #919191. Windows color (decimal): -4812248 or 2658998. OLE color: 2658998.

HSL color Cylindrical-coordinate representation of color #B69228: hue angle of 44.79º 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 #B69228 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18214640-
CMYK00.200.780.29
HSL44.79º63.96%43.53%-
HSV(B)44.79º78.02%71.37%-
XYZ29.9530.666.35-
YUV144.6868.93154.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 40 (16.02% from 255) = 10.87%
R=49.46%
G=39.67%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821464000.200.780.2944.7963.9643.53
HexB692280144E1D2d402c
Octal26622250024116355510054
Binary10110110100100101010000101001001110111011011011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69228; }

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

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

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

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

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

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

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

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