#BD9C35

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

Shades of Nugget #BD9C35

Tints of Nugget #BD9C35

Color information

#BD9C35 (or 0xBD9C35) is unknown color: approx Nugget. HEX triplet: BD, 9C and 35. RGB value is (189,156,53). Sum of RGB (Red+Green+Blue) = 189+156+53=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C35 is #4263CA. Grayscale: #9A9A9A. Windows color (decimal): -4350923 or 3513533. OLE color: 3513533.

HSL color Cylindrical-coordinate representation of color #BD9C35: hue angle of 45.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD9C35 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18915653-
CMYK00.170.720.26
HSL45.44º56.2%47.45%-
HSV(B)45.44º71.96%74.12%-
XYZ33.5234.858.33-
YUV154.1270.93152.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.49%
GREEN value IS 156 (61.33% from 255) = 39.20%
BLUE value IS 53 (21.09% from 255) = 13.32%
R=47.49%
G=39.20%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891565300.170.720.2645.4456.247.45
HexBD9C35011481A2d382f
Octal2752346502111032557057
Binary1011110110011100110101010001100100011010101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C35; }

 p { color: rgb(189,156,53); }

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

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

 a { background-color: rgb(189,156,53); }

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

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

 span { border-color: rgb(189,156,53); }

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