#BD931F

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

Shades of Nugget #BD931F

Tints of Nugget #BD931F

Color information

#BD931F (or 0xBD931F) is unknown color: approx Nugget. HEX triplet: BD, 93 and 1F. RGB value is (189,147,31). Sum of RGB (Red+Green+Blue) = 189+147+31=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD931F is #426CE0. Grayscale: #929292. Windows color (decimal): -4353249 or 2069437. OLE color: 2069437.

HSL color Cylindrical-coordinate representation of color #BD931F: hue angle of 44.05º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD931F is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18914731-
CMYK00.220.840.26
HSL44.05º71.82%43.14%-
HSV(B)44.05º83.6%74.12%-
XYZ31.6731.795.76-
YUV146.3362.91158.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.50%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 31 (12.5% from 255) = 8.45%
R=51.50%
G=40.05%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891473100.220.840.2644.0571.8243.14
HexBD931F016541A2c482b
Octal27522337026124325411053
Binary1011110110010011111110101101010100110101011001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD931F; }

 p { color: rgb(189,147,31); }

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

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

 a { background-color: rgb(189,147,31); }

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

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

 span { border-color: rgb(189,147,31); }

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