Html Css Color HEX #BD9521 Nugget

📋 copy color: '#BD9521'

red 189 ◦ green 149 ◦ blue 33

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

Shades of Nugget #BD9521

Tints of Nugget #BD9521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.89%

R = 50.94%
G = 40.16%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD9521 (or 0xBD9521) is known color: Nugget. HEX triplet: BD, 95 and 21. RGB value is (189,149,33). Sum of RGB (Red+Green+Blue) = 189+149+33=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9521 is #426ADE. Grayscale: #949494. Windows color (decimal): -4352735 or 2201021. OLE color: 2201021.

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

Color convert

RGB 189 149 33 -
CMYK 0 0.21 0.83 0.26
HSL 44.62º 0.7% 0.44% -
HSV(B) 44.62º 0.83% 0.74% -
XYZ 32.01 32.42 6.01 -
YUV 147.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 189 149 33 0 0.21 0.83 0.26 44.62 0.7 0.44
Hex BD 95 21 0 15 53 1A 2D 46 2C
Octal 275 225 41 0 25 123 32 55 106 54
Binary 10111101 10010101 100001 0 10101 1010011 11010 101101 1000110 101100

Color Harmonies of #BD9521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9521

Black with #BD9521

Text Example


Text Example

White with #BD9521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9521; }

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

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

background-color css

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

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

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

border-color css

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

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

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