Html Css Color HEX #B7663F Tuscany

📋 copy color: '#B7663F'

red 183 ◦ green 102 ◦ blue 63

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

Shades of Tuscany #B7663F

Tints of Tuscany #B7663F

RGB

 RED value IS 183 (71.88% from 255) = 52.59%

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

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

R = 52.59%
G = 29.31%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7663F (or 0xB7663F) is known color: Tuscany. HEX triplet: B7, 66 and 3F. RGB value is (183,102,63). Sum of RGB (Red+Green+Blue) = 183+102+63=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7663F is #4899C0. Grayscale: #7A7A7A. Windows color (decimal): -4757953 or 4155063. OLE color: 4155063.

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

Color convert

RGB 183 102 63 -
CMYK 0 0.44 0.66 0.28
HSL 19.5º 0.49% 0.48% -
HSV(B) 19.5º 0.66% 0.72% -
XYZ 25.18 19.93 7.22 -
YUV 121.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 183 102 63 0 0.44 0.66 0.28 19.5 0.49 0.48
Hex B7 66 3F 0 2C 42 1C 14 31 30
Octal 267 146 77 0 54 102 34 24 61 60
Binary 10110111 1100110 111111 0 101100 1000010 11100 10100 110001 110000

Color Harmonies of #B7663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7663F

Black with #B7663F

Text Example


Text Example

White with #B7663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7663F; }

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

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

background-color css

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

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

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

border-color css

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

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

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