Html Css Color HEX #BD9531 Nugget

📋 copy color: '#BD9531'

red 189 ◦ green 149 ◦ blue 49

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

Shades of Nugget #BD9531

Tints of Nugget #BD9531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

 BLUE value IS 49 (19.53% from 255) = 12.66%

R = 48.84%
G = 38.5%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD9531 (or 0xBD9531) is known color: Nugget. HEX triplet: BD, 95 and 31. RGB value is (189,149,49). Sum of RGB (Red+Green+Blue) = 189+149+49=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9531 is #426ACE. Grayscale: #959595. Windows color (decimal): -4352719 or 3249597. OLE color: 3249597.

HSL color Cylindrical-coordinate representation of color #BD9531: hue angle of 42.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD9531 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 49 -
CMYK 0 0.21 0.74 0.26
HSL 42.86º 0.59% 0.47% -
HSV(B) 42.86º 0.74% 0.74% -
XYZ 32.29 32.54 7.48 -
YUV 149.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 189 149 49 0 0.21 0.74 0.26 42.86 0.59 0.47
Hex BD 95 31 0 15 4A 1A 2B 3B 2F
Octal 275 225 61 0 25 112 32 53 73 57
Binary 10111101 10010101 110001 0 10101 1001010 11010 101011 111011 101111

Color Harmonies of #BD9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9531

Black with #BD9531

Text Example


Text Example

White with #BD9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9531; }

 p { color: rgb(189,149,49); }

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

background-color css

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

 a { background-color: rgb(189,149,49); }

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

border-color css

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

 span { border-color: rgb(189,149,49); }

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