Html Css Color HEX #B4902E Nugget

📋 copy color: '#B4902E'

red 180 ◦ green 144 ◦ blue 46

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

Shades of Nugget #B4902E

Tints of Nugget #B4902E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.43%

R = 48.65%
G = 38.92%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4902E (or 0xB4902E) is known color: Nugget. HEX triplet: B4, 90 and 2E. RGB value is (180,144,46). Sum of RGB (Red+Green+Blue) = 180+144+46=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4902E is #4B6FD1. Grayscale: #909090. Windows color (decimal): -4943826 or 3051700. OLE color: 3051700.

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

Color convert

RGB 180 144 46 -
CMYK 0 0.2 0.74 0.29
HSL 43.88º 0.59% 0.44% -
HSV(B) 43.88º 0.74% 0.71% -
XYZ 29.29 29.85 6.8 -
YUV 143.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 180 144 46 0 0.2 0.74 0.29 43.88 0.59 0.44
Hex B4 90 2E 0 14 4A 1D 2C 3B 2C
Octal 264 220 56 0 24 112 35 54 73 54
Binary 10110100 10010000 101110 0 10100 1001010 11101 101100 111011 101100

Color Harmonies of #B4902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4902E

Black with #B4902E

Text Example


Text Example

White with #B4902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4902E; }

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

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

background-color css

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

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

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

border-color css

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

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

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