Html Css Color HEX #B86C38 Reno Sand

📋 copy color: '#B86C38'

red 184 ◦ green 108 ◦ blue 56

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

Shades of Reno Sand #B86C38

Tints of Reno Sand #B86C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 52.87%
G = 31.03%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B86C38 (or 0xB86C38) is known color: Reno Sand. HEX triplet: B8, 6C and 38. RGB value is (184,108,56). Sum of RGB (Red+Green+Blue) = 184+108+56=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C38 is #4793C7. Grayscale: #7D7D7D. Windows color (decimal): -4690888 or 3697848. OLE color: 3697848.

HSL color Cylindrical-coordinate representation of color #B86C38: hue angle of 24.38º degrees, saturation: 0.53, 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 #B86C38 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 108 56 -
CMYK 0 0.41 0.70 0.28
HSL 24.38º 0.53% 0.47% -
HSV(B) 24.38º 0.7% 0.72% -
XYZ 25.84 21.2 6.47 -
YUV 124.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 184 108 56 0 0.41 0.70 0.28 24.38 0.53 0.47
Hex B8 6C 38 0 29 46 1C 18 35 2F
Octal 270 154 70 0 51 106 34 30 65 57
Binary 10111000 1101100 111000 0 101001 1000110 11100 11000 110101 101111

Color Harmonies of #B86C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C38

Black with #B86C38

Text Example


Text Example

White with #B86C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C38; }

 p { color: rgb(184,108,56); }

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

background-color css

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

 a { background-color: rgb(184,108,56); }

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

border-color css

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

 span { border-color: rgb(184,108,56); }

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