#BD972C

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

Shades of Nugget #BD972C

Tints of Nugget #BD972C

Color information

#BD972C (or 0xBD972C) is unknown color: approx Nugget. HEX triplet: BD, 97 and 2C. RGB value is (189,151,44). Sum of RGB (Red+Green+Blue) = 189+151+44=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD972C is #4268D3. Grayscale: #969696. Windows color (decimal): -4352212 or 2922429. OLE color: 2922429.

HSL color Cylindrical-coordinate representation of color #BD972C: hue angle of 44.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD972C is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18915144-
CMYK00.200.770.26
HSL44.28º62.23%45.69%-
HSV(B)44.28º76.72%74.12%-
XYZ32.5133.137.07-
YUV150.1668.09155.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 44 (17.58% from 255) = 11.46%
R=49.22%
G=39.32%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891514400.200.770.2644.2862.2345.69
HexBD972C0144D1A2c3e2e
Octal2752275402411532547656
Binary1011110110010111101100010100100110111010101100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD972C; }

 p { color: rgb(189,151,44); }

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

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

 a { background-color: rgb(189,151,44); }

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

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

 span { border-color: rgb(189,151,44); }

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