Html Css Color HEX #B3871D Nugget

📋 copy color: '#B3871D'

red 179 ◦ green 135 ◦ blue 29

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

Shades of Nugget #B3871D

Tints of Nugget #B3871D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 52.19%
G = 39.36%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3871D (or 0xB3871D) is known color: Nugget. HEX triplet: B3, 87 and 1D. RGB value is (179,135,29). Sum of RGB (Red+Green+Blue) = 179+135+29=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3871D is #4C78E2. Grayscale: #888888. Windows color (decimal): -5011683 or 1935283. OLE color: 1935283.

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

Color convert

RGB 179 135 29 -
CMYK 0 0.25 0.84 0.30
HSL 42.4º 0.72% 0.41% -
HSV(B) 42.4º 0.84% 0.7% -
XYZ 27.48 27 4.93 -
YUV 136.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 179 135 29 0 0.25 0.84 0.30 42.4 0.72 0.41
Hex B3 87 1D 0 19 54 1E 2A 48 29
Octal 263 207 35 0 31 124 36 52 110 51
Binary 10110011 10000111 11101 0 11001 1010100 11110 101010 1001000 101001

Color Harmonies of #B3871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3871D

Black with #B3871D

Text Example


Text Example

White with #B3871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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