Html Css Color HEX #BD9224 Nugget

📋 copy color: '#BD9224'

red 189 ◦ green 146 ◦ blue 36

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

Shades of Nugget #BD9224

Tints of Nugget #BD9224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.7%

R = 50.94%
G = 39.35%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD9224 (or 0xBD9224) is known color: Nugget. HEX triplet: BD, 92 and 24. RGB value is (189,146,36). Sum of RGB (Red+Green+Blue) = 189+146+36=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9224 is #426DDB. Grayscale: #929292. Windows color (decimal): -4353500 or 2396861. OLE color: 2396861.

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

Color convert

RGB 189 146 36 -
CMYK 0 0.23 0.81 0.26
HSL 43.14º 0.68% 0.44% -
HSV(B) 43.14º 0.81% 0.74% -
XYZ 31.58 31.5 6.09 -
YUV 146.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 189 146 36 0 0.23 0.81 0.26 43.14 0.68 0.44
Hex BD 92 24 0 17 51 1A 2B 44 2C
Octal 275 222 44 0 27 121 32 53 104 54
Binary 10111101 10010010 100100 0 10111 1010001 11010 101011 1000100 101100

Color Harmonies of #BD9224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9224

Black with #BD9224

Text Example


Text Example

White with #BD9224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9224; }

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

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

background-color css

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

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

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

border-color css

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

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

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