#BD9730

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

Shades of Nugget #BD9730

Tints of Nugget #BD9730

Color information

#BD9730 (or 0xBD9730) is unknown color: approx Nugget. HEX triplet: BD, 97 and 30. RGB value is (189,151,48). Sum of RGB (Red+Green+Blue) = 189+151+48=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9730 is #4268CF. Grayscale: #979797. Windows color (decimal): -4352208 or 3184573. OLE color: 3184573.

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

Color convert

RGB18915148-
CMYK00.200.750.26
HSL43.83º59.49%46.47%-
HSV(B)43.83º74.6%74.12%-
XYZ32.5933.177.48-
YUV150.6270.09155.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 48 (19.14% from 255) = 12.37%
R=48.71%
G=38.92%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891514800.200.750.2643.8359.4946.47
HexBD97300144B1A2c3b2e
Octal2752276002411332547356
Binary1011110110010111110000010100100101111010101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9730; }

 p { color: rgb(189,151,48); }

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

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

 a { background-color: rgb(189,151,48); }

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

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

 span { border-color: rgb(189,151,48); }

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