Html Css Color HEX #B3871F Nugget

📋 copy color: '#B3871F'

red 179 ◦ green 135 ◦ blue 31

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

Shades of Nugget #B3871F

Tints of Nugget #B3871F

RGB

 RED value IS 179 (70.31% from 255) = 51.88%

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

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

R = 51.88%
G = 39.13%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3871F (or 0xB3871F) is known color: Nugget. HEX triplet: B3, 87 and 1F. RGB value is (179,135,31). Sum of RGB (Red+Green+Blue) = 179+135+31=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3871F is #4C78E0. Grayscale: #888888. Windows color (decimal): -5011681 or 2066355. OLE color: 2066355.

HSL color Cylindrical-coordinate representation of color #B3871F: hue angle of 42.16º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3871F is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 31 -
CMYK 0 0.25 0.83 0.30
HSL 42.16º 0.7% 0.41% -
HSV(B) 42.16º 0.83% 0.7% -
XYZ 27.5 27.01 5.06 -
YUV 136.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 179 135 31 0 0.25 0.83 0.30 42.16 0.7 0.41
Hex B3 87 1F 0 19 53 1E 2A 46 29
Octal 263 207 37 0 31 123 36 52 106 51
Binary 10110011 10000111 11111 0 11001 1010011 11110 101010 1000110 101001

Color Harmonies of #B3871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3871F

Black with #B3871F

Text Example


Text Example

White with #B3871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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