Html Css Color HEX #B49430 Nugget

📋 copy color: '#B49430'

red 180 ◦ green 148 ◦ blue 48

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

Shades of Nugget #B49430

Tints of Nugget #B49430

RGB

 RED value IS 180 (70.7% from 255) = 47.87%

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

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 47.87%
G = 39.36%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B49430 (or 0xB49430) is known color: Nugget. HEX triplet: B4, 94 and 30. RGB value is (180,148,48). Sum of RGB (Red+Green+Blue) = 180+148+48=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B49430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49430 is #4B6BCF. Grayscale: #929292. Windows color (decimal): -4942800 or 3183796. OLE color: 3183796.

HSL color Cylindrical-coordinate representation of color #B49430: hue angle of 45.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B49430 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 148 48 -
CMYK 0 0.18 0.73 0.29
HSL 45.45º 0.58% 0.45% -
HSV(B) 45.45º 0.73% 0.71% -
XYZ 29.95 31.1 7.22 -
YUV 146.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 180 148 48 0 0.18 0.73 0.29 45.45 0.58 0.45
Hex B4 94 30 0 12 49 1D 2D 3A 2D
Octal 264 224 60 0 22 111 35 55 72 55
Binary 10110100 10010100 110000 0 10010 1001001 11101 101101 111010 101101

Color Harmonies of #B49430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49430

Black with #B49430

Text Example


Text Example

White with #B49430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49430; }

 p { color: rgb(180,148,48); }

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

background-color css

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

 a { background-color: rgb(180,148,48); }

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

border-color css

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

 span { border-color: rgb(180,148,48); }

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