Html Css Color HEX #B8942C Nugget

📋 copy color: '#B8942C'

red 184 ◦ green 148 ◦ blue 44

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

Shades of Nugget #B8942C

Tints of Nugget #B8942C

RGB

 RED value IS 184 (72.27% from 255) = 48.94%

 GREEN value IS 148 (58.2% from 255) = 39.36%

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 48.94%
G = 39.36%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8942C (or 0xB8942C) is known color: Nugget. HEX triplet: B8, 94 and 2C. RGB value is (184,148,44). Sum of RGB (Red+Green+Blue) = 184+148+44=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8942C is #476BD3. Grayscale: #939393. Windows color (decimal): -4680660 or 2921656. OLE color: 2921656.

HSL color Cylindrical-coordinate representation of color #B8942C: hue angle of 44.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8942C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 44 -
CMYK 0 0.20 0.76 0.28
HSL 44.57º 0.61% 0.45% -
HSV(B) 44.57º 0.76% 0.72% -
XYZ 30.81 31.55 6.85 -
YUV 146.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 184 148 44 0 0.20 0.76 0.28 44.57 0.61 0.45
Hex B8 94 2C 0 14 4C 1C 2D 3D 2D
Octal 270 224 54 0 24 114 34 55 75 55
Binary 10111000 10010100 101100 0 10100 1001100 11100 101101 111101 101101

Color Harmonies of #B8942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8942C

Black with #B8942C

Text Example


Text Example

White with #B8942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8942C; }

 p { color: rgb(184,148,44); }

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

background-color css

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

 a { background-color: rgb(184,148,44); }

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

border-color css

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

 span { border-color: rgb(184,148,44); }

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