Html Css Color HEX #BD9732 Nugget

📋 copy color: '#BD9732'

red 189 ◦ green 151 ◦ blue 50

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

Shades of Nugget #BD9732

Tints of Nugget #BD9732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

 BLUE value IS 50 (19.92% from 255) = 12.82%

R = 48.46%
G = 38.72%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD9732 (or 0xBD9732) is known color: Nugget. HEX triplet: BD, 97 and 32. RGB value is (189,151,50). Sum of RGB (Red+Green+Blue) = 189+151+50=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9732 is #4268CD. Grayscale: #979797. Windows color (decimal): -4352206 or 3315645. OLE color: 3315645.

HSL color Cylindrical-coordinate representation of color #BD9732: hue angle of 43.6º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD9732 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 50 -
CMYK 0 0.20 0.74 0.26
HSL 43.6º 0.58% 0.47% -
HSV(B) 43.6º 0.74% 0.74% -
XYZ 32.63 33.18 7.7 -
YUV 150.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 189 151 50 0 0.20 0.74 0.26 43.6 0.58 0.47
Hex BD 97 32 0 14 4A 1A 2C 3A 2F
Octal 275 227 62 0 24 112 32 54 72 57
Binary 10111101 10010111 110010 0 10100 1001010 11010 101100 111010 101111

Color Harmonies of #BD9732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9732

Black with #BD9732

Text Example


Text Example

White with #BD9732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9732; }

 p { color: rgb(189,151,50); }

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

background-color css

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

 a { background-color: rgb(189,151,50); }

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

border-color css

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

 span { border-color: rgb(189,151,50); }

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