#B7922A

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

Shades of Nugget #B7922A

Tints of Nugget #B7922A

Color information

#B7922A (or 0xB7922A) is unknown color: approx Nugget. HEX triplet: B7, 92 and 2A. RGB value is (183,146,42). Sum of RGB (Red+Green+Blue) = 183+146+42=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7922A is #486DD5. Grayscale: #919191. Windows color (decimal): -4746710 or 2790071. OLE color: 2790071.

HSL color Cylindrical-coordinate representation of color #B7922A: hue angle of 44.26º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7922A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18314642-
CMYK00.200.770.28
HSL44.26º62.67%44.12%-
HSV(B)44.26º77.05%71.76%-
XYZ30.2330.796.54-
YUV145.2169.76154.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 42 (16.80% from 255) = 11.32%
R=49.33%
G=39.35%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831464200.200.770.2844.2662.6744.12
HexB7922A0144D1C2c3f2c
Octal2672225202411534547754
Binary1011011110010010101010010100100110111100101100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7922A; }

 p { color: rgb(183,146,42); }

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

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

 a { background-color: rgb(183,146,42); }

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

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

 span { border-color: rgb(183,146,42); }

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