Html Css Color HEX #BD9422 Nugget

📋 copy color: '#BD9422'

red 189 ◦ green 148 ◦ blue 34

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

Shades of Nugget #BD9422

Tints of Nugget #BD9422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.16%

R = 50.94%
G = 39.89%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD9422 (or 0xBD9422) is known color: Nugget. HEX triplet: BD, 94 and 22. RGB value is (189,148,34). Sum of RGB (Red+Green+Blue) = 189+148+34=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9422 is #426BDD. Grayscale: #939393. Windows color (decimal): -4352990 or 2266301. OLE color: 2266301.

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

Color convert

RGB 189 148 34 -
CMYK 0 0.22 0.82 0.26
HSL 44.13º 0.7% 0.44% -
HSV(B) 44.13º 0.82% 0.74% -
XYZ 31.86 32.11 6.03 -
YUV 147.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 189 148 34 0 0.22 0.82 0.26 44.13 0.7 0.44
Hex BD 94 22 0 16 52 1A 2C 46 2C
Octal 275 224 42 0 26 122 32 54 106 54
Binary 10111101 10010100 100010 0 10110 1010010 11010 101100 1000110 101100

Color Harmonies of #BD9422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9422

Black with #BD9422

Text Example


Text Example

White with #BD9422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9422; }

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

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

background-color css

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

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

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

border-color css

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

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

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