Html Css Color HEX #BD9525 Nugget

📋 copy color: '#BD9525'

red 189 ◦ green 149 ◦ blue 37

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

Shades of Nugget #BD9525

Tints of Nugget #BD9525

RGB

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

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

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

R = 50.4%
G = 39.73%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD9525 (or 0xBD9525) is known color: Nugget. HEX triplet: BD, 95 and 25. RGB value is (189,149,37). Sum of RGB (Red+Green+Blue) = 189+149+37=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9525 is #426ADA. Grayscale: #949494. Windows color (decimal): -4352731 or 2463165. OLE color: 2463165.

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

Color convert

RGB 189 149 37 -
CMYK 0 0.21 0.80 0.26
HSL 44.21º 0.67% 0.44% -
HSV(B) 44.21º 0.8% 0.74% -
XYZ 32.07 32.45 6.32 -
YUV 148.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 189 149 37 0 0.21 0.80 0.26 44.21 0.67 0.44
Hex BD 95 25 0 15 50 1A 2C 43 2C
Octal 275 225 45 0 25 120 32 54 103 54
Binary 10111101 10010101 100101 0 10101 1010000 11010 101100 1000011 101100

Color Harmonies of #BD9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9525

Black with #BD9525

Text Example


Text Example

White with #BD9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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