Html Css Color HEX #B49028 Nugget

📋 copy color: '#B49028'

red 180 ◦ green 144 ◦ blue 40

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

Shades of Nugget #B49028

Tints of Nugget #B49028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

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

R = 49.45%
G = 39.56%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B49028 (or 0xB49028) is known color: Nugget. HEX triplet: B4, 90 and 28. RGB value is (180,144,40). Sum of RGB (Red+Green+Blue) = 180+144+40=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B49028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49028 is #4B6FD7. Grayscale: #8F8F8F. Windows color (decimal): -4943832 or 2658484. OLE color: 2658484.

HSL color Cylindrical-coordinate representation of color #B49028: hue angle of 44.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B49028 is Cyan = 0, Magento = 0.2, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 40 -
CMYK 0 0.2 0.78 0.29
HSL 44.57º 0.64% 0.43% -
HSV(B) 44.57º 0.78% 0.71% -
XYZ 29.18 29.8 6.22 -
YUV 142.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 180 144 40 0 0.2 0.78 0.29 44.57 0.64 0.43
Hex B4 90 28 0 14 4E 1D 2D 40 2B
Octal 264 220 50 0 24 116 35 55 100 53
Binary 10110100 10010000 101000 0 10100 1001110 11101 101101 1000000 101011

Color Harmonies of #B49028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49028

Black with #B49028

Text Example


Text Example

White with #B49028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49028; }

 p { color: rgb(180,144,40); }

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

background-color css

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

 a { background-color: rgb(180,144,40); }

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

border-color css

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

 span { border-color: rgb(180,144,40); }

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