Html Css Color HEX #B0643B Tuscany

📋 copy color: '#B0643B'

red 176 ◦ green 100 ◦ blue 59

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

Shades of Tuscany #B0643B

Tints of Tuscany #B0643B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 52.54%
G = 29.85%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0643B (or 0xB0643B) is known color: Tuscany. HEX triplet: B0, 64 and 3B. RGB value is (176,100,59). Sum of RGB (Red+Green+Blue) = 176+100+59=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0643B is #4F9BC4. Grayscale: #767676. Windows color (decimal): -5217221 or 3892400. OLE color: 3892400.

HSL color Cylindrical-coordinate representation of color #B0643B: hue angle of 21.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0643B is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 59 -
CMYK 0 0.43 0.66 0.31
HSL 21.03º 0.5% 0.46% -
HSV(B) 21.03º 0.66% 0.69% -
XYZ 23.25 18.66 6.51 -
YUV 118.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 176 100 59 0 0.43 0.66 0.31 21.03 0.5 0.46
Hex B0 64 3B 0 2B 42 1F 15 32 2E
Octal 260 144 73 0 53 102 37 25 62 56
Binary 10110000 1100100 111011 0 101011 1000010 11111 10101 110010 101110

Color Harmonies of #B0643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0643B

Black with #B0643B

Text Example


Text Example

White with #B0643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0643B; }

 p { color: rgb(176,100,59); }

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

background-color css

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

 a { background-color: rgb(176,100,59); }

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

border-color css

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

 span { border-color: rgb(176,100,59); }

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