#BD992F

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

Shades of Nugget #BD992F

Tints of Nugget #BD992F

Color information

#BD992F (or 0xBD992F) is unknown color: approx Nugget. HEX triplet: BD, 99 and 2F. RGB value is (189,153,47). Sum of RGB (Red+Green+Blue) = 189+153+47=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD992F is #4266D0. Grayscale: #989898. Windows color (decimal): -4351697 or 3119549. OLE color: 3119549.

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

Color convert

RGB18915347-
CMYK00.190.750.26
HSL44.79º60.17%46.27%-
HSV(B)44.79º75.13%74.12%-
XYZ32.8933.817.48-
YUV151.6868.93154.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 47 (18.75% from 255) = 12.08%
R=48.59%
G=39.33%
B=12.08%

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
Decimal1891534700.190.750.2644.7960.1746.27
HexBD992F0134B1A2d3c2e
Octal2752315702311332557456
Binary1011110110011001101111010011100101111010101101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD992F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD992F; }

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

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

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

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

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

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

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

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