Html Css Color HEX #BD8D1E Nugget

📋 copy color: '#BD8D1E'

red 189 ◦ green 141 ◦ blue 30

#BD8D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #BD8D1E

Tints of Nugget #BD8D1E

RGB

 RED value IS 189 (74.22% from 255) = 52.5%

 GREEN value IS 141 (55.47% from 255) = 39.17%

 BLUE value IS 30 (12.11% from 255) = 8.33%

R = 52.5%
G = 39.17%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD8D1E (or 0xBD8D1E) is known color: Nugget. HEX triplet: BD, 8D and 1E. RGB value is (189,141,30). Sum of RGB (Red+Green+Blue) = 189+141+30=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D1E is #4272E1. Grayscale: #8F8F8F. Windows color (decimal): -4354786 or 2002365. OLE color: 2002365.

HSL color Cylindrical-coordinate representation of color #BD8D1E: hue angle of 41.89º 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 #BD8D1E is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 141 30 -
CMYK 0 0.25 0.84 0.26
HSL 41.89º 0.73% 0.43% -
HSV(B) 41.89º 0.84% 0.74% -
XYZ 30.75 29.96 5.39 -
YUV 142.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 189 141 30 0 0.25 0.84 0.26 41.89 0.73 0.43
Hex BD 8D 1E 0 19 54 1A 2A 49 2B
Octal 275 215 36 0 31 124 32 52 111 53
Binary 10111101 10001101 11110 0 11001 1010100 11010 101010 1001001 101011

Color Harmonies of #BD8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D1E

Black with #BD8D1E

Text Example


Text Example

White with #BD8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D1E; }

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

 H1.HeaderClassName
 {
   color: #BD8D1E;
 }
 .AnyTagClassName
 {
   color: #BD8D1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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