Html Css Color HEX #BD8E1E Nugget

📋 copy color: '#BD8E1E'

red 189 ◦ green 142 ◦ blue 30

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

Shades of Nugget #BD8E1E

Tints of Nugget #BD8E1E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.34%

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

R = 52.35%
G = 39.34%
B = 8.31%

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

#BD8E1E (or 0xBD8E1E) is known color: Nugget. HEX triplet: BD, 8E and 1E. RGB value is (189,142,30). Sum of RGB (Red+Green+Blue) = 189+142+30=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E1E is #4271E1. Grayscale: #8F8F8F. Windows color (decimal): -4354530 or 2002621. OLE color: 2002621.

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

Color convert

RGB 189 142 30 -
CMYK 0 0.25 0.84 0.26
HSL 42.26º 0.73% 0.43% -
HSV(B) 42.26º 0.84% 0.74% -
XYZ 30.89 30.26 5.44 -
YUV 143.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 189 142 30 0 0.25 0.84 0.26 42.26 0.73 0.43
Hex BD 8E 1E 0 19 54 1A 2A 49 2B
Octal 275 216 36 0 31 124 32 52 111 53
Binary 10111101 10001110 11110 0 11001 1010100 11010 101010 1001001 101011

Color Harmonies of #BD8E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E1E

Black with #BD8E1E

Text Example


Text Example

White with #BD8E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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