Html Css Color HEX #BD8D1B Nugget

📋 copy color: '#BD8D1B'

red 189 ◦ green 141 ◦ blue 27

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

Shades of Nugget #BD8D1B

Tints of Nugget #BD8D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.56%

R = 52.94%
G = 39.5%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD8D1B (or 0xBD8D1B) is known color: Nugget. HEX triplet: BD, 8D and 1B. RGB value is (189,141,27). Sum of RGB (Red+Green+Blue) = 189+141+27=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D1B is #4272E4. Grayscale: #8E8E8E. Windows color (decimal): -4354789 or 1805757. OLE color: 1805757.

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

Color convert

RGB 189 141 27 -
CMYK 0 0.25 0.86 0.26
HSL 42.22º 0.75% 0.42% -
HSV(B) 42.22º 0.86% 0.74% -
XYZ 30.71 29.95 5.2 -
YUV 142.36 62.9 161.27 -
System Red Green Blue C M Y K H S L
Decimal 189 141 27 0 0.25 0.86 0.26 42.22 0.75 0.42
Hex BD 8D 1B 0 19 56 1A 2A 4B 2A
Octal 275 215 33 0 31 126 32 52 113 52
Binary 10111101 10001101 11011 0 11001 1010110 11010 101010 1001011 101010

Color Harmonies of #BD8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D1B

Black with #BD8D1B

Text Example


Text Example

White with #BD8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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