Html Css Color HEX #B8841F Nugget

📋 copy color: '#B8841F'

red 184 ◦ green 132 ◦ blue 31

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

Shades of Nugget #B8841F

Tints of Nugget #B8841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 53.03%
G = 38.04%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8841F (or 0xB8841F) is known color: Nugget. HEX triplet: B8, 84 and 1F. RGB value is (184,132,31). Sum of RGB (Red+Green+Blue) = 184+132+31=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8841F is #477BE0. Grayscale: #888888. Windows color (decimal): -4684769 or 2065592. OLE color: 2065592.

HSL color Cylindrical-coordinate representation of color #B8841F: hue angle of 39.61º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8841F is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 132 31 -
CMYK 0 0.28 0.83 0.28
HSL 39.61º 0.71% 0.42% -
HSV(B) 39.61º 0.83% 0.72% -
XYZ 28.27 26.79 4.98 -
YUV 136.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 184 132 31 0 0.28 0.83 0.28 39.61 0.71 0.42
Hex B8 84 1F 0 1C 53 1C 28 47 2A
Octal 270 204 37 0 34 123 34 50 107 52
Binary 10111000 10000100 11111 0 11100 1010011 11100 101000 1000111 101010

Color Harmonies of #B8841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8841F

Black with #B8841F

Text Example


Text Example

White with #B8841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8841F; }

 p { color: rgb(184,132,31); }

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

background-color css

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

 a { background-color: rgb(184,132,31); }

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

border-color css

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

 span { border-color: rgb(184,132,31); }

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