#BD942F

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

Shades of Nugget #BD942F

Tints of Nugget #BD942F

Color information

#BD942F (or 0xBD942F) is unknown color: approx Nugget. HEX triplet: BD, 94 and 2F. RGB value is (189,148,47). Sum of RGB (Red+Green+Blue) = 189+148+47=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD942F is #426BD0. Grayscale: #959595. Windows color (decimal): -4352977 or 3118269. OLE color: 3118269.

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

Color convert

RGB18914847-
CMYK00.220.750.26
HSL42.68º60.17%46.27%-
HSV(B)42.68º75.13%74.12%-
XYZ32.0932.27.21-
YUV148.7470.58156.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 47 (18.75% from 255) = 12.24%
R=49.22%
G=38.54%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891484700.220.750.2642.6860.1746.27
HexBD942F0164B1A2b3c2e
Octal2752245702611332537456
Binary1011110110010100101111010110100101111010101011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD942F; }

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

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

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

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

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

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

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

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