#BD8A28

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

Shades of Nugget #BD8A28

Tints of Nugget #BD8A28

Color information

#BD8A28 (or 0xBD8A28) is unknown color: approx Nugget. HEX triplet: BD, 8A and 28. RGB value is (189,138,40). Sum of RGB (Red+Green+Blue) = 189+138+40=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A28 is #4275D7. Grayscale: #8E8E8E. Windows color (decimal): -4355544 or 2656957. OLE color: 2656957.

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

Color convert

RGB18913840-
CMYK00.270.790.26
HSL39.46º65.07%44.9%-
HSV(B)39.46º78.84%74.12%-
XYZ30.4629.156.03-
YUV142.0870.4161.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.50%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 40 (16.02% from 255) = 10.90%
R=51.50%
G=37.60%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891384000.270.790.2639.4665.0744.9
HexBD8A2801B4F1A27412d
Octal27521250033117324710155
Binary10111101100010101010000110111001111110101001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A28; }

 p { color: rgb(189,138,40); }

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

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

 a { background-color: rgb(189,138,40); }

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

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

 span { border-color: rgb(189,138,40); }

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