Html Css Color HEX #B86B37 Reno Sand

📋 copy color: '#B86B37'

red 184 ◦ green 107 ◦ blue 55

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

Shades of Reno Sand #B86B37

Tints of Reno Sand #B86B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 55 (21.88% from 255) = 15.9%

R = 53.18%
G = 30.92%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B86B37 (or 0xB86B37) is known color: Reno Sand. HEX triplet: B8, 6B and 37. RGB value is (184,107,55). Sum of RGB (Red+Green+Blue) = 184+107+55=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86B37 is #4794C8. Grayscale: #7C7C7C. Windows color (decimal): -4691145 or 3632056. OLE color: 3632056.

HSL color Cylindrical-coordinate representation of color #B86B37: hue angle of 24.19º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B86B37 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 107 55 -
CMYK 0 0.42 0.70 0.28
HSL 24.19º 0.54% 0.47% -
HSV(B) 24.19º 0.7% 0.72% -
XYZ 25.71 20.98 6.31 -
YUV 124.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 184 107 55 0 0.42 0.70 0.28 24.19 0.54 0.47
Hex B8 6B 37 0 2A 46 1C 18 36 2F
Octal 270 153 67 0 52 106 34 30 66 57
Binary 10111000 1101011 110111 0 101010 1000110 11100 11000 110110 101111

Color Harmonies of #B86B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86B37

Black with #B86B37

Text Example


Text Example

White with #B86B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86B37; }

 p { color: rgb(184,107,55); }

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

background-color css

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

 a { background-color: rgb(184,107,55); }

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

border-color css

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

 span { border-color: rgb(184,107,55); }

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