#BD902E

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

Shades of Nugget #BD902E

Tints of Nugget #BD902E

Color information

#BD902E (or 0xBD902E) is unknown color: approx Nugget. HEX triplet: BD, 90 and 2E. RGB value is (189,144,46). Sum of RGB (Red+Green+Blue) = 189+144+46=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD902E is #426FD1. Grayscale: #929292. Windows color (decimal): -4354002 or 3051709. OLE color: 3051709.

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

Color convert

RGB18914446-
CMYK00.240.760.26
HSL41.12º60.85%46.08%-
HSV(B)41.12º75.66%74.12%-
XYZ31.4530.966.9-
YUV146.2871.41158.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.87%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 46 (18.36% from 255) = 12.14%
R=49.87%
G=37.99%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891444600.240.760.2641.1260.8546.08
HexBD902E0184C1A293d2e
Octal2752205603011432517556
Binary1011110110010000101110011000100110011010101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD902E; }

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

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

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

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

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

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

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

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