Html Css Color HEX #BD9522 Nugget

📋 copy color: '#BD9522'

red 189 ◦ green 149 ◦ blue 34

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

Shades of Nugget #BD9522

Tints of Nugget #BD9522

RGB

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

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

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

R = 50.81%
G = 40.05%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD9522 (or 0xBD9522) is known color: Nugget. HEX triplet: BD, 95 and 22. RGB value is (189,149,34). Sum of RGB (Red+Green+Blue) = 189+149+34=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9522 is #426ADD. Grayscale: #949494. Windows color (decimal): -4352734 or 2266557. OLE color: 2266557.

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

Color convert

RGB 189 149 34 -
CMYK 0 0.21 0.82 0.26
HSL 44.52º 0.7% 0.44% -
HSV(B) 44.52º 0.82% 0.74% -
XYZ 32.02 32.43 6.09 -
YUV 147.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 189 149 34 0 0.21 0.82 0.26 44.52 0.7 0.44
Hex BD 95 22 0 15 52 1A 2D 46 2C
Octal 275 225 42 0 25 122 32 55 106 54
Binary 10111101 10010101 100010 0 10101 1010010 11010 101101 1000110 101100

Color Harmonies of #BD9522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9522

Black with #BD9522

Text Example


Text Example

White with #BD9522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9522; }

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

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

background-color css

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

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

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

border-color css

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

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

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