#BD982A

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

Shades of Nugget #BD982A

Tints of Nugget #BD982A

Color information

#BD982A (or 0xBD982A) is unknown color: approx Nugget. HEX triplet: BD, 98 and 2A. RGB value is (189,152,42). Sum of RGB (Red+Green+Blue) = 189+152+42=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD982A is #4267D5. Grayscale: #979797. Windows color (decimal): -4351958 or 2791613. OLE color: 2791613.

HSL color Cylindrical-coordinate representation of color #BD982A: hue angle of 44.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD982A is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18915242-
CMYK00.200.780.26
HSL44.9º63.64%45.29%-
HSV(B)44.9º77.78%74.12%-
XYZ32.6333.446.93-
YUV150.5266.76155.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 42 (16.80% from 255) = 10.97%
R=49.35%
G=39.69%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891524200.200.780.2644.963.6445.29
HexBD982A0144E1A2d402d
Octal27523052024116325510055
Binary10111101100110001010100101001001110110101011011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD982A; }

 p { color: rgb(189,152,42); }

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

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

 a { background-color: rgb(189,152,42); }

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

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

 span { border-color: rgb(189,152,42); }

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