Html Css Color HEX #BD9425 Nugget

📋 copy color: '#BD9425'

red 189 ◦ green 148 ◦ blue 37

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

Shades of Nugget #BD9425

Tints of Nugget #BD9425

RGB

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

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

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

R = 50.53%
G = 39.57%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD9425 (or 0xBD9425) is known color: Nugget. HEX triplet: BD, 94 and 25. RGB value is (189,148,37). Sum of RGB (Red+Green+Blue) = 189+148+37=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9425 is #426BDA. Grayscale: #949494. Windows color (decimal): -4352987 or 2462909. OLE color: 2462909.

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

Color convert

RGB 189 148 37 -
CMYK 0 0.22 0.80 0.26
HSL 43.82º 0.67% 0.44% -
HSV(B) 43.82º 0.8% 0.74% -
XYZ 31.91 32.13 6.27 -
YUV 147.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 189 148 37 0 0.22 0.80 0.26 43.82 0.67 0.44
Hex BD 94 25 0 16 50 1A 2C 43 2C
Octal 275 224 45 0 26 120 32 54 103 54
Binary 10111101 10010100 100101 0 10110 1010000 11010 101100 1000011 101100

Color Harmonies of #BD9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9425

Black with #BD9425

Text Example


Text Example

White with #BD9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9425; }

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

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

background-color css

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

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

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

border-color css

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

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

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