Html Css Color HEX #BD8A1E Nugget

📋 copy color: '#BD8A1E'

red 189 ◦ green 138 ◦ blue 30

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

Shades of Nugget #BD8A1E

Tints of Nugget #BD8A1E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.66%

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

R = 52.94%
G = 38.66%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD8A1E (or 0xBD8A1E) is known color: Nugget. HEX triplet: BD, 8A and 1E. RGB value is (189,138,30). Sum of RGB (Red+Green+Blue) = 189+138+30=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A1E is #4275E1. Grayscale: #8D8D8D. Windows color (decimal): -4355554 or 2001597. OLE color: 2001597.

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

Color convert

RGB 189 138 30 -
CMYK 0 0.27 0.84 0.26
HSL 40.75º 0.73% 0.43% -
HSV(B) 40.75º 0.84% 0.74% -
XYZ 30.31 29.09 5.25 -
YUV 140.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 189 138 30 0 0.27 0.84 0.26 40.75 0.73 0.43
Hex BD 8A 1E 0 1B 54 1A 29 49 2B
Octal 275 212 36 0 33 124 32 51 111 53
Binary 10111101 10001010 11110 0 11011 1010100 11010 101001 1001001 101011

Color Harmonies of #BD8A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A1E

Black with #BD8A1E

Text Example


Text Example

White with #BD8A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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