Html Css Color HEX #B8871F Nugget

📋 copy color: '#B8871F'

red 184 ◦ green 135 ◦ blue 31

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

Shades of Nugget #B8871F

Tints of Nugget #B8871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 52.57%
G = 38.57%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8871F (or 0xB8871F) is known color: Nugget. HEX triplet: B8, 87 and 1F. RGB value is (184,135,31). Sum of RGB (Red+Green+Blue) = 184+135+31=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8871F is #4778E0. Grayscale: #8A8A8A. Windows color (decimal): -4684001 or 2066360. OLE color: 2066360.

HSL color Cylindrical-coordinate representation of color #B8871F: hue angle of 40.78º 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 #B8871F is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 135 31 -
CMYK 0 0.27 0.83 0.28
HSL 40.78º 0.71% 0.42% -
HSV(B) 40.78º 0.83% 0.72% -
XYZ 28.68 27.62 5.12 -
YUV 137.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 184 135 31 0 0.27 0.83 0.28 40.78 0.71 0.42
Hex B8 87 1F 0 1B 53 1C 29 47 2A
Octal 270 207 37 0 33 123 34 51 107 52
Binary 10111000 10000111 11111 0 11011 1010011 11100 101001 1000111 101010

Color Harmonies of #B8871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8871F

Black with #B8871F

Text Example


Text Example

White with #B8871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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