#BD962A

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

Shades of Nugget #BD962A

Tints of Nugget #BD962A

Color information

#BD962A (or 0xBD962A) is unknown color: approx Nugget. HEX triplet: BD, 96 and 2A. RGB value is (189,150,42). Sum of RGB (Red+Green+Blue) = 189+150+42=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD962A is #4269D5. Grayscale: #959595. Windows color (decimal): -4352470 or 2791101. OLE color: 2791101.

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

Color convert

RGB18915042-
CMYK00.210.780.26
HSL44.08º63.64%45.29%-
HSV(B)44.08º77.78%74.12%-
XYZ32.3132.86.82-
YUV149.3567.42156.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=49.61%
G=39.37%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891504200.210.780.2644.0863.6445.29
HexBD962A0154E1A2c402d
Octal27522652025116325410055
Binary10111101100101101010100101011001110110101011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD962A; }

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

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

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

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

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

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

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

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