#BD8F1E

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

Shades of Nugget #BD8F1E

Tints of Nugget #BD8F1E

Color information

#BD8F1E (or 0xBD8F1E) is unknown color: approx Nugget. HEX triplet: BD, 8F and 1E. RGB value is (189,143,30). Sum of RGB (Red+Green+Blue) = 189+143+30=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F1E is #4270E1. Grayscale: #909090. Windows color (decimal): -4354274 or 2002877. OLE color: 2002877.

HSL color Cylindrical-coordinate representation of color #BD8F1E: hue angle of 42.64º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD8F1E is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18914330-
CMYK00.240.840.26
HSL42.64º72.6%42.94%-
HSV(B)42.64º84.13%74.12%-
XYZ31.0430.565.49-
YUV143.8763.74160.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 143 (56.25% from 255) = 39.50%
BLUE value IS 30 (12.11% from 255) = 8.29%
R=52.21%
G=39.50%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891433000.240.840.2642.6472.642.94
HexBD8F1E018541A2b492b
Octal27521736030124325311153
Binary1011110110001111111100110001010100110101010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F1E; }

 p { color: rgb(189,143,30); }

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

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

 a { background-color: rgb(189,143,30); }

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

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

 span { border-color: rgb(189,143,30); }

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