#B69227

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

Shades of Nugget #B69227

Tints of Nugget #B69227

Color information

#B69227 (or 0xB69227) is unknown color: approx Nugget. HEX triplet: B6, 92 and 27. RGB value is (182,146,39). Sum of RGB (Red+Green+Blue) = 182+146+39=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B69227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69227 is #496DD8. Grayscale: #919191. Windows color (decimal): -4812249 or 2593462. OLE color: 2593462.

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

Color convert

RGB18214639-
CMYK00.200.790.29
HSL44.9º64.71%43.33%-
HSV(B)44.9º78.57%71.37%-
XYZ29.9430.656.26-
YUV144.5768.43154.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 39 (15.62% from 255) = 10.63%
R=49.59%
G=39.78%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821463900.200.790.2944.964.7143.33
HexB692270144F1D2d412b
Octal26622247024117355510153
Binary10110110100100101001110101001001111111011011011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69227; }

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

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

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

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

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

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

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

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