Html Css Color HEX #B49230 Nugget

📋 copy color: '#B49230'

red 180 ◦ green 146 ◦ blue 48

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

Shades of Nugget #B49230

Tints of Nugget #B49230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

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

R = 48.13%
G = 39.04%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B49230 (or 0xB49230) is known color: Nugget. HEX triplet: B4, 92 and 30. RGB value is (180,146,48). Sum of RGB (Red+Green+Blue) = 180+146+48=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B49230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49230 is #4B6DCF. Grayscale: #919191. Windows color (decimal): -4943312 or 3183284. OLE color: 3183284.

HSL color Cylindrical-coordinate representation of color #B49230: hue angle of 44.55º 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 #B49230 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 48 -
CMYK 0 0.19 0.73 0.29
HSL 44.55º 0.58% 0.45% -
HSV(B) 44.55º 0.73% 0.71% -
XYZ 29.63 30.47 7.12 -
YUV 144.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 180 146 48 0 0.19 0.73 0.29 44.55 0.58 0.45
Hex B4 92 30 0 13 49 1D 2D 3A 2D
Octal 264 222 60 0 23 111 35 55 72 55
Binary 10110100 10010010 110000 0 10011 1001001 11101 101101 111010 101101

Color Harmonies of #B49230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49230

Black with #B49230

Text Example


Text Example

White with #B49230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49230; }

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

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

background-color css

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

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

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

border-color css

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

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

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