Html Css Color HEX #B8932F Nugget

📋 copy color: '#B8932F'

red 184 ◦ green 147 ◦ blue 47

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

Shades of Nugget #B8932F

Tints of Nugget #B8932F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

 BLUE value IS 47 (18.75% from 255) = 12.43%

R = 48.68%
G = 38.89%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8932F (or 0xB8932F) is known color: Nugget. HEX triplet: B8, 93 and 2F. RGB value is (184,147,47). Sum of RGB (Red+Green+Blue) = 184+147+47=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8932F is #476CD0. Grayscale: #939393. Windows color (decimal): -4680913 or 3118008. OLE color: 3118008.

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

Color convert

RGB 184 147 47 -
CMYK 0 0.20 0.74 0.28
HSL 43.8º 0.59% 0.45% -
HSV(B) 43.8º 0.74% 0.72% -
XYZ 30.71 31.26 7.1 -
YUV 146.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 184 147 47 0 0.20 0.74 0.28 43.8 0.59 0.45
Hex B8 93 2F 0 14 4A 1C 2C 3B 2D
Octal 270 223 57 0 24 112 34 54 73 55
Binary 10111000 10010011 101111 0 10100 1001010 11100 101100 111011 101101

Color Harmonies of #B8932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8932F

Black with #B8932F

Text Example


Text Example

White with #B8932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8932F; }

 p { color: rgb(184,147,47); }

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

background-color css

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

 a { background-color: rgb(184,147,47); }

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

border-color css

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

 span { border-color: rgb(184,147,47); }

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