Html Css Color HEX #BD9528 Nugget

📋 copy color: '#BD9528'

red 189 ◦ green 149 ◦ blue 40

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

Shades of Nugget #BD9528

Tints of Nugget #BD9528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.58%

R = 50%
G = 39.42%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD9528 (or 0xBD9528) is known color: Nugget. HEX triplet: BD, 95 and 28. RGB value is (189,149,40). Sum of RGB (Red+Green+Blue) = 189+149+40=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9528 is #426AD7. Grayscale: #959595. Windows color (decimal): -4352728 or 2659773. OLE color: 2659773.

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

Color convert

RGB 189 149 40 -
CMYK 0 0.21 0.79 0.26
HSL 43.89º 0.65% 0.45% -
HSV(B) 43.89º 0.79% 0.74% -
XYZ 32.12 32.47 6.58 -
YUV 148.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 189 149 40 0 0.21 0.79 0.26 43.89 0.65 0.45
Hex BD 95 28 0 15 4F 1A 2C 41 2D
Octal 275 225 50 0 25 117 32 54 101 55
Binary 10111101 10010101 101000 0 10101 1001111 11010 101100 1000001 101101

Color Harmonies of #BD9528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9528

Black with #BD9528

Text Example


Text Example

White with #BD9528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9528; }

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

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

background-color css

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

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

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

border-color css

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

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

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