#BD8A21

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

Shades of Nugget #BD8A21

Tints of Nugget #BD8A21

Color information

#BD8A21 (or 0xBD8A21) is unknown color: approx Nugget. HEX triplet: BD, 8A and 21. RGB value is (189,138,33). Sum of RGB (Red+Green+Blue) = 189+138+33=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A21 is #4275DE. Grayscale: #8D8D8D. Windows color (decimal): -4355551 or 2198205. OLE color: 2198205.

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

Color convert

RGB18913833-
CMYK00.270.830.26
HSL40.38º70.27%43.53%-
HSV(B)40.38º82.54%74.12%-
XYZ30.3529.115.46-
YUV141.2866.9162.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 33 (13.28% from 255) = 9.17%
R=52.5%
G=38.33%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891383300.270.830.2640.3870.2743.53
HexBD8A2101B531A28462c
Octal27521241033123325010654
Binary10111101100010101000010110111010011110101010001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A21; }

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

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

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

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

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

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

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

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