Html Css Color HEX #BD9221 Nugget

📋 copy color: '#BD9221'

red 189 ◦ green 146 ◦ blue 33

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

Shades of Nugget #BD9221

Tints of Nugget #BD9221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.67%

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

R = 51.36%
G = 39.67%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD9221 (or 0xBD9221) is known color: Nugget. HEX triplet: BD, 92 and 21. RGB value is (189,146,33). Sum of RGB (Red+Green+Blue) = 189+146+33=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9221 is #426DDE. Grayscale: #929292. Windows color (decimal): -4353503 or 2200253. OLE color: 2200253.

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

Color convert

RGB 189 146 33 -
CMYK 0 0.23 0.83 0.26
HSL 43.46º 0.7% 0.44% -
HSV(B) 43.46º 0.83% 0.74% -
XYZ 31.54 31.49 5.85 -
YUV 145.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 189 146 33 0 0.23 0.83 0.26 43.46 0.7 0.44
Hex BD 92 21 0 17 53 1A 2B 46 2C
Octal 275 222 41 0 27 123 32 53 106 54
Binary 10111101 10010010 100001 0 10111 1010011 11010 101011 1000110 101100

Color Harmonies of #BD9221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9221

Black with #BD9221

Text Example


Text Example

White with #BD9221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9221; }

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

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

background-color css

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

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

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

border-color css

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

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

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