#BD942A

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

Shades of Nugget #BD942A

Tints of Nugget #BD942A

Color information

#BD942A (or 0xBD942A) is unknown color: approx Nugget. HEX triplet: BD, 94 and 2A. RGB value is (189,148,42). Sum of RGB (Red+Green+Blue) = 189+148+42=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD942A is #426BD5. Grayscale: #949494. Windows color (decimal): -4352982 or 2790589. OLE color: 2790589.

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

Color convert

RGB18914842-
CMYK00.220.780.26
HSL43.27º63.64%45.29%-
HSV(B)43.27º77.78%74.12%-
XYZ31.9932.176.71-
YUV148.1868.08157.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.87%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 42 (16.80% from 255) = 11.08%
R=49.87%
G=39.05%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891484200.220.780.2643.2763.6445.29
HexBD942A0164E1A2b402d
Octal27522452026116325310055
Binary10111101100101001010100101101001110110101010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD942A; }

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

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

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

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

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

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

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

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