Html Css Color HEX #B3871E Nugget

📋 copy color: '#B3871E'

red 179 ◦ green 135 ◦ blue 30

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

Shades of Nugget #B3871E

Tints of Nugget #B3871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 52.03%
G = 39.24%
B = 8.72%

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

#B3871E (or 0xB3871E) is known color: Nugget. HEX triplet: B3, 87 and 1E. RGB value is (179,135,30). Sum of RGB (Red+Green+Blue) = 179+135+30=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3871E is #4C78E1. Grayscale: #888888. Windows color (decimal): -5011682 or 2000819. OLE color: 2000819.

HSL color Cylindrical-coordinate representation of color #B3871E: hue angle of 42.28º degrees, saturation: 0.71, 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 #B3871E is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 30 -
CMYK 0 0.25 0.83 0.30
HSL 42.28º 0.71% 0.41% -
HSV(B) 42.28º 0.83% 0.7% -
XYZ 27.49 27.01 4.99 -
YUV 136.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 179 135 30 0 0.25 0.83 0.30 42.28 0.71 0.41
Hex B3 87 1E 0 19 53 1E 2A 47 29
Octal 263 207 36 0 31 123 36 52 107 51
Binary 10110011 10000111 11110 0 11001 1010011 11110 101010 1000111 101001

Color Harmonies of #B3871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3871E

Black with #B3871E

Text Example


Text Example

White with #B3871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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