#BD972A

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

Shades of Nugget #BD972A

Tints of Nugget #BD972A

Color information

#BD972A (or 0xBD972A) is unknown color: approx Nugget. HEX triplet: BD, 97 and 2A. RGB value is (189,151,42). Sum of RGB (Red+Green+Blue) = 189+151+42=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD972A is #4268D5. Grayscale: #969696. Windows color (decimal): -4352214 or 2791357. OLE color: 2791357.

HSL color Cylindrical-coordinate representation of color #BD972A: hue angle of 44.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD972A is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18915142-
CMYK00.200.780.26
HSL44.49º63.64%45.29%-
HSV(B)44.49º77.78%74.12%-
XYZ32.4733.126.87-
YUV149.9467.09155.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 42 (16.80% from 255) = 10.99%
R=49.48%
G=39.53%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891514200.200.780.2644.4963.6445.29
HexBD972A0144E1A2c402d
Octal27522752024116325410055
Binary10111101100101111010100101001001110110101011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD972A; }

 p { color: rgb(189,151,42); }

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

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

 a { background-color: rgb(189,151,42); }

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

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

 span { border-color: rgb(189,151,42); }

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