#B7882A

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

Shades of Nugget #B7882A

Tints of Nugget #B7882A

Color information

#B7882A (or 0xB7882A) is unknown color: approx Nugget. HEX triplet: B7, 88 and 2A. RGB value is (183,136,42). Sum of RGB (Red+Green+Blue) = 183+136+42=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7882A is #4877D5. Grayscale: #8B8B8B. Windows color (decimal): -4749270 or 2787511. OLE color: 2787511.

HSL color Cylindrical-coordinate representation of color #B7882A: hue angle of 40º 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 #B7882A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18313642-
CMYK00.260.770.28
HSL40º62.67%44.12%-
HSV(B)40º77.05%71.76%-
XYZ28.7527.846.05-
YUV139.3473.07159.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=50.69%
G=37.67%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831364200.260.770.284062.6744.12
HexB7882A01A4D1C283f2c
Octal2672105203211534507754
Binary1011011110001000101010011010100110111100101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7882A; }

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

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

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

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

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

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

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

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