Html Css Color HEX #B5861F Nugget

📋 copy color: '#B5861F'

red 181 ◦ green 134 ◦ blue 31

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

Shades of Nugget #B5861F

Tints of Nugget #B5861F

RGB

 RED value IS 181 (71.09% from 255) = 52.31%

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

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

R = 52.31%
G = 38.73%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5861F (or 0xB5861F) is known color: Nugget. HEX triplet: B5, 86 and 1F. RGB value is (181,134,31). Sum of RGB (Red+Green+Blue) = 181+134+31=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5861F is #4A79E0. Grayscale: #888888. Windows color (decimal): -4880865 or 2066101. OLE color: 2066101.

HSL color Cylindrical-coordinate representation of color #B5861F: hue angle of 41.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5861F is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 31 -
CMYK 0 0.26 0.83 0.29
HSL 41.2º 0.71% 0.42% -
HSV(B) 41.2º 0.83% 0.71% -
XYZ 27.83 26.97 5.04 -
YUV 136.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 181 134 31 0 0.26 0.83 0.29 41.2 0.71 0.42
Hex B5 86 1F 0 1A 53 1D 29 47 2A
Octal 265 206 37 0 32 123 35 51 107 52
Binary 10110101 10000110 11111 0 11010 1010011 11101 101001 1000111 101010

Color Harmonies of #B5861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5861F

Black with #B5861F

Text Example


Text Example

White with #B5861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5861F; }

 p { color: rgb(181,134,31); }

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

background-color css

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

 a { background-color: rgb(181,134,31); }

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

border-color css

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

 span { border-color: rgb(181,134,31); }

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