#BD9A2F

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

Shades of Nugget #BD9A2F

Tints of Nugget #BD9A2F

Color information

#BD9A2F (or 0xBD9A2F) is unknown color: approx Nugget. HEX triplet: BD, 9A and 2F. RGB value is (189,154,47). Sum of RGB (Red+Green+Blue) = 189+154+47=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A2F is #4265D0. Grayscale: #989898. Windows color (decimal): -4351441 or 3119805. OLE color: 3119805.

HSL color Cylindrical-coordinate representation of color #BD9A2F: hue angle of 45.21º degrees, saturation: 0.6, 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 #BD9A2F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB18915447-
CMYK00.190.750.26
HSL45.21º60.17%46.27%-
HSV(B)45.21º75.13%74.12%-
XYZ33.0534.147.54-
YUV152.2768.6154.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 47 (18.75% from 255) = 12.05%
R=48.46%
G=39.49%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891544700.190.750.2645.2160.1746.27
HexBD9A2F0134B1A2d3c2e
Octal2752325702311332557456
Binary1011110110011010101111010011100101111010101101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9A2F; }

 p { color: rgb(189,154,47); }

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

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

 a { background-color: rgb(189,154,47); }

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

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

 span { border-color: rgb(189,154,47); }

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