Html Css Color HEX #B3861E Nugget

📋 copy color: '#B3861E'

red 179 ◦ green 134 ◦ blue 30

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

Shades of Nugget #B3861E

Tints of Nugget #B3861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.07%

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

R = 52.19%
G = 39.07%
B = 8.75%

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

#B3861E (or 0xB3861E) is known color: Nugget. HEX triplet: B3, 86 and 1E. RGB value is (179,134,30). Sum of RGB (Red+Green+Blue) = 179+134+30=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3861E is #4C79E1. Grayscale: #888888. Windows color (decimal): -5011938 or 2000563. OLE color: 2000563.

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

Color convert

RGB 179 134 30 -
CMYK 0 0.25 0.83 0.30
HSL 41.88º 0.71% 0.41% -
HSV(B) 41.88º 0.83% 0.7% -
XYZ 27.35 26.73 4.95 -
YUV 135.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 179 134 30 0 0.25 0.83 0.30 41.88 0.71 0.41
Hex B3 86 1E 0 19 53 1E 2A 47 29
Octal 263 206 36 0 31 123 36 52 107 51
Binary 10110011 10000110 11110 0 11001 1010011 11110 101010 1000111 101001

Color Harmonies of #B3861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3861E

Black with #B3861E

Text Example


Text Example

White with #B3861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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