Html Css Color HEX #B4902A Nugget

📋 copy color: '#B4902A'

red 180 ◦ green 144 ◦ blue 42

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

Shades of Nugget #B4902A

Tints of Nugget #B4902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 49.18%
G = 39.34%
B = 11.48%

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

#B4902A (or 0xB4902A) is known color: Nugget. HEX triplet: B4, 90 and 2A. RGB value is (180,144,42). Sum of RGB (Red+Green+Blue) = 180+144+42=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B4902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4902A is #4B6FD5. Grayscale: #8F8F8F. Windows color (decimal): -4943830 or 2789556. OLE color: 2789556.

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

Color convert

RGB 180 144 42 -
CMYK 0 0.2 0.77 0.29
HSL 44.35º 0.62% 0.44% -
HSV(B) 44.35º 0.77% 0.71% -
XYZ 29.21 29.82 6.41 -
YUV 143.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 180 144 42 0 0.2 0.77 0.29 44.35 0.62 0.44
Hex B4 90 2A 0 14 4D 1D 2C 3E 2C
Octal 264 220 52 0 24 115 35 54 76 54
Binary 10110100 10010000 101010 0 10100 1001101 11101 101100 111110 101100

Color Harmonies of #B4902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4902A

Black with #B4902A

Text Example


Text Example

White with #B4902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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