Html Css Color HEX #B0663F Tuscany

📋 copy color: '#B0663F'

red 176 ◦ green 102 ◦ blue 63

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

Shades of Tuscany #B0663F

Tints of Tuscany #B0663F

RGB

 RED value IS 176 (69.14% from 255) = 51.61%

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

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

R = 51.61%
G = 29.91%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0663F (or 0xB0663F) is known color: Tuscany. HEX triplet: B0, 66 and 3F. RGB value is (176,102,63). Sum of RGB (Red+Green+Blue) = 176+102+63=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0663F is #4F99C0. Grayscale: #777777. Windows color (decimal): -5216705 or 4155056. OLE color: 4155056.

HSL color Cylindrical-coordinate representation of color #B0663F: hue angle of 20.71º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0663F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 63 -
CMYK 0 0.42 0.64 0.31
HSL 20.71º 0.47% 0.47% -
HSV(B) 20.71º 0.64% 0.69% -
XYZ 23.55 19.09 7.15 -
YUV 119.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 176 102 63 0 0.42 0.64 0.31 20.71 0.47 0.47
Hex B0 66 3F 0 2A 40 1F 15 2F 2F
Octal 260 146 77 0 52 100 37 25 57 57
Binary 10110000 1100110 111111 0 101010 1000000 11111 10101 101111 101111

Color Harmonies of #B0663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0663F

Black with #B0663F

Text Example


Text Example

White with #B0663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0663F; }

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

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

background-color css

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

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

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

border-color css

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

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

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