#B7881D

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

Shades of Nugget #B7881D

Tints of Nugget #B7881D

Color information

#B7881D (or 0xB7881D) is unknown color: approx Nugget. HEX triplet: B7, 88 and 1D. RGB value is (183,136,29). Sum of RGB (Red+Green+Blue) = 183+136+29=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7881D is #4877E2. Grayscale: #8A8A8A. Windows color (decimal): -4749283 or 1935543. OLE color: 1935543.

HSL color Cylindrical-coordinate representation of color #B7881D: hue angle of 41.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7881D is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18313629-
CMYK00.260.840.28
HSL41.69º72.64%41.57%-
HSV(B)41.69º84.15%71.76%-
XYZ28.5527.765.02-
YUV137.8566.57160.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=52.59%
G=39.08%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831362900.260.840.2841.6972.6441.57
HexB7881D01A541C2a492a
Octal26721035032124345211152
Binary1011011110001000111010110101010100111001010101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7881D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7881D; }

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

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

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

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

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

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

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

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