#BD9224

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

Shades of Nugget #BD9224

Tints of Nugget #BD9224

Color information

#BD9224 (or 0xBD9224) is unknown color: approx Nugget. HEX triplet: BD, 92 and 24. RGB value is (189,146,36). Sum of RGB (Red+Green+Blue) = 189+146+36=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9224 is #426DDB. Grayscale: #929292. Windows color (decimal): -4353500 or 2396861. OLE color: 2396861.

HSL color Cylindrical-coordinate representation of color #BD9224: hue angle of 43.14º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD9224 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18914636-
CMYK00.230.810.26
HSL43.14º68%44.12%-
HSV(B)43.14º80.95%74.12%-
XYZ31.5831.56.09-
YUV146.3265.75158.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 36 (14.45% from 255) = 9.70%
R=50.94%
G=39.35%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891463600.230.810.2643.146844.12
HexBD9224017511A2b442c
Octal27522244027121325310454
Binary10111101100100101001000101111010001110101010111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9224; }

 p { color: rgb(189,146,36); }

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

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

 a { background-color: rgb(189,146,36); }

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

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

 span { border-color: rgb(189,146,36); }

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