#BD922F

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

Shades of Nugget #BD922F

Tints of Nugget #BD922F

Color information

#BD922F (or 0xBD922F) is unknown color: approx Nugget. HEX triplet: BD, 92 and 2F. RGB value is (189,146,47). Sum of RGB (Red+Green+Blue) = 189+146+47=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD922F is #426DD0. Grayscale: #949494. Windows color (decimal): -4353489 or 3117757. OLE color: 3117757.

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

Color convert

RGB18914647-
CMYK00.230.750.26
HSL41.83º60.17%46.27%-
HSV(B)41.83º75.13%74.12%-
XYZ31.7831.587.11-
YUV147.5771.25157.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 47 (18.75% from 255) = 12.30%
R=49.48%
G=38.22%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891464700.230.750.2641.8360.1746.27
HexBD922F0174B1A2a3c2e
Octal2752225702711332527456
Binary1011110110010010101111010111100101111010101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD922F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD922F; }

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

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

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

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

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

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

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

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