Html Css Color HEX #B86E31 Reno Sand

📋 copy color: '#B86E31'

red 184 ◦ green 110 ◦ blue 49

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

Shades of Reno Sand #B86E31

Tints of Reno Sand #B86E31

RGB

 RED value IS 184 (72.27% from 255) = 53.64%

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 53.64%
G = 32.07%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B86E31 (or 0xB86E31) is known color: Reno Sand. HEX triplet: B8, 6E and 31. RGB value is (184,110,49). Sum of RGB (Red+Green+Blue) = 184+110+49=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E31 is #4791CE. Grayscale: #7D7D7D. Windows color (decimal): -4690383 or 3239608. OLE color: 3239608.

HSL color Cylindrical-coordinate representation of color #B86E31: hue angle of 27.11º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B86E31 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 110 49 -
CMYK 0 0.40 0.73 0.28
HSL 27.11º 0.58% 0.46% -
HSV(B) 27.11º 0.73% 0.72% -
XYZ 25.9 21.56 5.7 -
YUV 125.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 184 110 49 0 0.40 0.73 0.28 27.11 0.58 0.46
Hex B8 6E 31 0 28 49 1C 1B 3A 2E
Octal 270 156 61 0 50 111 34 33 72 56
Binary 10111000 1101110 110001 0 101000 1001001 11100 11011 111010 101110

Color Harmonies of #B86E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86E31

Black with #B86E31

Text Example


Text Example

White with #B86E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86E31; }

 p { color: rgb(184,110,49); }

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

background-color css

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

 a { background-color: rgb(184,110,49); }

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

border-color css

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

 span { border-color: rgb(184,110,49); }

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