#BD932A

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

Shades of Nugget #BD932A

Tints of Nugget #BD932A

Color information

#BD932A (or 0xBD932A) is unknown color: approx Nugget. HEX triplet: BD, 93 and 2A. RGB value is (189,147,42). Sum of RGB (Red+Green+Blue) = 189+147+42=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD932A is #426CD5. Grayscale: #949494. Windows color (decimal): -4353238 or 2790333. OLE color: 2790333.

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

Color convert

RGB18914742-
CMYK00.220.780.26
HSL42.86º63.64%45.29%-
HSV(B)42.86º77.78%74.12%-
XYZ31.8431.856.66-
YUV147.5968.41157.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 42 (16.80% from 255) = 11.11%
R=50%
G=38.89%
B=11.11%

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
Decimal1891474200.220.780.2642.8663.6445.29
HexBD932A0164E1A2b402d
Octal27522352026116325310055
Binary10111101100100111010100101101001110110101010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD932A; }

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

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

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

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

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

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

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

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