Html Css Color HEX #B8653F Tuscany

📋 copy color: '#B8653F'

red 184 ◦ green 101 ◦ blue 63

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

Shades of Tuscany #B8653F

Tints of Tuscany #B8653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 52.87%
G = 29.02%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8653F (or 0xB8653F) is known color: Tuscany. HEX triplet: B8, 65 and 3F. RGB value is (184,101,63). Sum of RGB (Red+Green+Blue) = 184+101+63=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8653F is #479AC0. Grayscale: #797979. Windows color (decimal): -4692673 or 4154808. OLE color: 4154808.

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

Color convert

RGB 184 101 63 -
CMYK 0 0.45 0.66 0.28
HSL 18.84º 0.49% 0.48% -
HSV(B) 18.84º 0.66% 0.72% -
XYZ 25.32 19.86 7.2 -
YUV 121.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 184 101 63 0 0.45 0.66 0.28 18.84 0.49 0.48
Hex B8 65 3F 0 2D 42 1C 13 31 30
Octal 270 145 77 0 55 102 34 23 61 60
Binary 10111000 1100101 111111 0 101101 1000010 11100 10011 110001 110000

Color Harmonies of #B8653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8653F

Black with #B8653F

Text Example


Text Example

White with #B8653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8653F; }

 p { color: rgb(184,101,63); }

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

background-color css

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

 a { background-color: rgb(184,101,63); }

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

border-color css

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

 span { border-color: rgb(184,101,63); }

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