#BD891B

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

Shades of Nugget #BD891B

Tints of Nugget #BD891B

Color information

#BD891B (or 0xBD891B) is unknown color: approx Nugget. HEX triplet: BD, 89 and 1B. RGB value is (189,137,27). Sum of RGB (Red+Green+Blue) = 189+137+27=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD891B is #4276E4. Grayscale: #8C8C8C. Windows color (decimal): -4355813 or 1804733. OLE color: 1804733.

HSL color Cylindrical-coordinate representation of color #BD891B: hue angle of 40.74º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD891B is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB18913727-
CMYK00.280.860.26
HSL40.74º75%42.35%-
HSV(B)40.74º85.71%74.12%-
XYZ30.1328.795.01-
YUV140.0164.23162.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 27 (10.94% from 255) = 7.65%
R=53.54%
G=38.81%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891372700.280.860.2640.747542.35
HexBD891B01C561A294b2a
Octal27521133034126325111352
Binary1011110110001001110110111001010110110101010011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD891B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD891B; }

 p { color: rgb(189,137,27); }

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

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

 a { background-color: rgb(189,137,27); }

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

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

 span { border-color: rgb(189,137,27); }

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