#BD901D

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

Shades of Nugget #BD901D

Tints of Nugget #BD901D

Color information

#BD901D (or 0xBD901D) is unknown color: approx Nugget. HEX triplet: BD, 90 and 1D. RGB value is (189,144,29). Sum of RGB (Red+Green+Blue) = 189+144+29=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD901D is #426FE2. Grayscale: #909090. Windows color (decimal): -4354019 or 1937597. OLE color: 1937597.

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

Color convert

RGB18914429-
CMYK00.240.850.26
HSL43.12º73.39%42.75%-
HSV(B)43.12º84.66%74.12%-
XYZ31.1830.855.47-
YUV144.3462.91159.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 29 (11.72% from 255) = 8.01%
R=52.21%
G=39.78%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891442900.240.850.2643.1273.3942.75
HexBD901D018551A2b492b
Octal27522035030125325311153
Binary1011110110010000111010110001010101110101010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD901D; }

 p { color: rgb(189,144,29); }

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

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

 a { background-color: rgb(189,144,29); }

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

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

 span { border-color: rgb(189,144,29); }

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