Html Css Color HEX #BD9831 Nugget

📋 copy color: '#BD9831'

red 189 ◦ green 152 ◦ blue 49

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

Shades of Nugget #BD9831

Tints of Nugget #BD9831

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

 BLUE value IS 49 (19.53% from 255) = 12.56%

R = 48.46%
G = 38.97%
B = 12.56%

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

#BD9831 (or 0xBD9831) is known color: Nugget. HEX triplet: BD, 98 and 31. RGB value is (189,152,49). Sum of RGB (Red+Green+Blue) = 189+152+49=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9831 is #4267CE. Grayscale: #979797. Windows color (decimal): -4351951 or 3250365. OLE color: 3250365.

HSL color Cylindrical-coordinate representation of color #BD9831: hue angle of 44.14º degrees, saturation: 0.59, 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 #BD9831 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 49 -
CMYK 0 0.20 0.74 0.26
HSL 44.14º 0.59% 0.47% -
HSV(B) 44.14º 0.74% 0.74% -
XYZ 32.77 33.5 7.64 -
YUV 151.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 189 152 49 0 0.20 0.74 0.26 44.14 0.59 0.47
Hex BD 98 31 0 14 4A 1A 2C 3B 2F
Octal 275 230 61 0 24 112 32 54 73 57
Binary 10111101 10011000 110001 0 10100 1001010 11010 101100 111011 101111

Color Harmonies of #BD9831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9831

Black with #BD9831

Text Example


Text Example

White with #BD9831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9831; }

 p { color: rgb(189,152,49); }

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

background-color css

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

 a { background-color: rgb(189,152,49); }

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

border-color css

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

 span { border-color: rgb(189,152,49); }

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