Html Css Color HEX #BD9225 Nugget

📋 copy color: '#BD9225'

red 189 ◦ green 146 ◦ blue 37

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

Shades of Nugget #BD9225

Tints of Nugget #BD9225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 50.81%
G = 39.25%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD9225 (or 0xBD9225) is known color: Nugget. HEX triplet: BD, 92 and 25. RGB value is (189,146,37). Sum of RGB (Red+Green+Blue) = 189+146+37=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9225 is #426DDA. Grayscale: #929292. Windows color (decimal): -4353499 or 2462397. OLE color: 2462397.

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

Color convert

RGB 189 146 37 -
CMYK 0 0.23 0.80 0.26
HSL 43.03º 0.67% 0.44% -
HSV(B) 43.03º 0.8% 0.74% -
XYZ 31.6 31.51 6.17 -
YUV 146.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 189 146 37 0 0.23 0.80 0.26 43.03 0.67 0.44
Hex BD 92 25 0 17 50 1A 2B 43 2C
Octal 275 222 45 0 27 120 32 53 103 54
Binary 10111101 10010010 100101 0 10111 1010000 11010 101011 1000011 101100

Color Harmonies of #BD9225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9225

Black with #BD9225

Text Example


Text Example

White with #BD9225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9225; }

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

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

background-color css

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

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

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

border-color css

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

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

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