Html Css Color HEX #B49029 Nugget

📋 copy color: '#B49029'

red 180 ◦ green 144 ◦ blue 41

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

Shades of Nugget #B49029

Tints of Nugget #B49029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.23%

R = 49.32%
G = 39.45%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B49029 (or 0xB49029) is known color: Nugget. HEX triplet: B4, 90 and 29. RGB value is (180,144,41). Sum of RGB (Red+Green+Blue) = 180+144+41=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B49029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49029 is #4B6FD6. Grayscale: #8F8F8F. Windows color (decimal): -4943831 or 2724020. OLE color: 2724020.

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

Color convert

RGB 180 144 41 -
CMYK 0 0.2 0.77 0.29
HSL 44.46º 0.63% 0.43% -
HSV(B) 44.46º 0.77% 0.71% -
XYZ 29.2 29.81 6.31 -
YUV 143.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 180 144 41 0 0.2 0.77 0.29 44.46 0.63 0.43
Hex B4 90 29 0 14 4D 1D 2C 3F 2B
Octal 264 220 51 0 24 115 35 54 77 53
Binary 10110100 10010000 101001 0 10100 1001101 11101 101100 111111 101011

Color Harmonies of #B49029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49029

Black with #B49029

Text Example


Text Example

White with #B49029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49029; }

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

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

background-color css

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

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

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

border-color css

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

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

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