Html Css Color HEX #B8663F Tuscany

📋 copy color: '#B8663F'

red 184 ◦ green 102 ◦ blue 63

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

Shades of Tuscany #B8663F

Tints of Tuscany #B8663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 52.72%
G = 29.23%
B = 18.05%

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

#B8663F (or 0xB8663F) is known color: Tuscany. HEX triplet: B8, 66 and 3F. RGB value is (184,102,63). Sum of RGB (Red+Green+Blue) = 184+102+63=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8663F is #4799C0. Grayscale: #7A7A7A. Windows color (decimal): -4692417 or 4155064. OLE color: 4155064.

HSL color Cylindrical-coordinate representation of color #B8663F: hue angle of 19.34º 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 #B8663F is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 102 63 -
CMYK 0 0.45 0.66 0.28
HSL 19.34º 0.49% 0.48% -
HSV(B) 19.34º 0.66% 0.72% -
XYZ 25.42 20.05 7.23 -
YUV 122.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 184 102 63 0 0.45 0.66 0.28 19.34 0.49 0.48
Hex B8 66 3F 0 2D 42 1C 13 31 30
Octal 270 146 77 0 55 102 34 23 61 60
Binary 10111000 1100110 111111 0 101101 1000010 11100 10011 110001 110000

Color Harmonies of #B8663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8663F

Black with #B8663F

Text Example


Text Example

White with #B8663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8663F; }

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

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

background-color css

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

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

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

border-color css

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

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

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