Html Css Color HEX #BD9421 Nugget

📋 copy color: '#BD9421'

red 189 ◦ green 148 ◦ blue 33

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

Shades of Nugget #BD9421

Tints of Nugget #BD9421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 51.08%
G = 40%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD9421 (or 0xBD9421) is known color: Nugget. HEX triplet: BD, 94 and 21. RGB value is (189,148,33). Sum of RGB (Red+Green+Blue) = 189+148+33=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9421 is #426BDE. Grayscale: #939393. Windows color (decimal): -4352991 or 2200765. OLE color: 2200765.

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

Color convert

RGB 189 148 33 -
CMYK 0 0.22 0.83 0.26
HSL 44.23º 0.7% 0.44% -
HSV(B) 44.23º 0.83% 0.74% -
XYZ 31.85 32.11 5.96 -
YUV 147.15 63.58 157.85 -
System Red Green Blue C M Y K H S L
Decimal 189 148 33 0 0.22 0.83 0.26 44.23 0.7 0.44
Hex BD 94 21 0 16 53 1A 2C 46 2C
Octal 275 224 41 0 26 123 32 54 106 54
Binary 10111101 10010100 100001 0 10110 1010011 11010 101100 1000110 101100

Color Harmonies of #BD9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9421

Black with #BD9421

Text Example


Text Example

White with #BD9421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9421; }

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

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

background-color css

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

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

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

border-color css

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

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

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