#B98D2A

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

Shades of Nugget #B98D2A

Tints of Nugget #B98D2A

Color information

#B98D2A (or 0xB98D2A) is unknown color: approx Nugget. HEX triplet: B9, 8D and 2A. RGB value is (185,141,42). Sum of RGB (Red+Green+Blue) = 185+141+42=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D2A is #4672D5. Grayscale: #8F8F8F. Windows color (decimal): -4616918 or 2788793. OLE color: 2788793.

HSL color Cylindrical-coordinate representation of color #B98D2A: hue angle of 41.54º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B98D2A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18514142-
CMYK00.240.770.27
HSL41.54º63%44.51%-
HSV(B)41.54º77.3%72.55%-
XYZ29.9529.536.31-
YUV142.8771.08158.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 42 (16.80% from 255) = 11.41%
R=50.27%
G=38.32%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851414200.240.770.2741.546344.51
HexB98D2A0184D1B2a3f2d
Octal2712155203011533527755
Binary1011100110001101101010011000100110111011101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D2A; }

 p { color: rgb(185,141,42); }

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

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

 a { background-color: rgb(185,141,42); }

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

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

 span { border-color: rgb(185,141,42); }

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