Html Css Color HEX #BD9728 Nugget

📋 copy color: '#BD9728'

red 189 ◦ green 151 ◦ blue 40

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

Shades of Nugget #BD9728

Tints of Nugget #BD9728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.53%

R = 49.74%
G = 39.74%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD9728 (or 0xBD9728) is known color: Nugget. HEX triplet: BD, 97 and 28. RGB value is (189,151,40). Sum of RGB (Red+Green+Blue) = 189+151+40=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9728 is #4268D7. Grayscale: #969696. Windows color (decimal): -4352216 or 2660285. OLE color: 2660285.

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

Color convert

RGB 189 151 40 -
CMYK 0 0.20 0.79 0.26
HSL 44.7º 0.65% 0.45% -
HSV(B) 44.7º 0.79% 0.74% -
XYZ 32.44 33.11 6.69 -
YUV 149.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 189 151 40 0 0.20 0.79 0.26 44.7 0.65 0.45
Hex BD 97 28 0 14 4F 1A 2D 41 2D
Octal 275 227 50 0 24 117 32 55 101 55
Binary 10111101 10010111 101000 0 10100 1001111 11010 101101 1000001 101101

Color Harmonies of #BD9728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9728

Black with #BD9728

Text Example


Text Example

White with #BD9728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9728; }

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

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

background-color css

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

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

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

border-color css

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

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

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