Html Css Color HEX #B86741 Tuscany

📋 copy color: '#B86741'

red 184 ◦ green 103 ◦ blue 65

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

Shades of Tuscany #B86741

Tints of Tuscany #B86741

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

 BLUE value IS 65 (25.78% from 255) = 18.47%

R = 52.27%
G = 29.26%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B86741 (or 0xB86741) is known color: Tuscany. HEX triplet: B8, 67 and 41. RGB value is (184,103,65). Sum of RGB (Red+Green+Blue) = 184+103+65=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B86741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86741 is #4798BE. Grayscale: #7B7B7B. Windows color (decimal): -4692159 or 4286392. OLE color: 4286392.

HSL color Cylindrical-coordinate representation of color #B86741: hue angle of 19.16º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B86741 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 103 65 -
CMYK 0 0.44 0.65 0.28
HSL 19.16º 0.48% 0.49% -
HSV(B) 19.16º 0.65% 0.72% -
XYZ 25.57 20.27 7.57 -
YUV 122.89 95.34 171.59 -
System Red Green Blue C M Y K H S L
Decimal 184 103 65 0 0.44 0.65 0.28 19.16 0.48 0.49
Hex B8 67 41 0 2C 41 1C 13 30 31
Octal 270 147 101 0 54 101 34 23 60 61
Binary 10111000 1100111 1000001 0 101100 1000001 11100 10011 110000 110001

Color Harmonies of #B86741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86741

Black with #B86741

Text Example


Text Example

White with #B86741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86741; }

 p { color: rgb(184,103,65); }

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

background-color css

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

 a { background-color: rgb(184,103,65); }

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

border-color css

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

 span { border-color: rgb(184,103,65); }

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