Html Css Color HEX #B0643C Tuscany

📋 copy color: '#B0643C'

red 176 ◦ green 100 ◦ blue 60

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

Shades of Tuscany #B0643C

Tints of Tuscany #B0643C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 52.38%
G = 29.76%
B = 17.86%

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

#B0643C (or 0xB0643C) is known color: Tuscany. HEX triplet: B0, 64 and 3C. RGB value is (176,100,60). Sum of RGB (Red+Green+Blue) = 176+100+60=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0643C is #4F9BC3. Grayscale: #767676. Windows color (decimal): -5217220 or 3957936. OLE color: 3957936.

HSL color Cylindrical-coordinate representation of color #B0643C: hue angle of 20.69º degrees, saturation: 0.49, 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 #B0643C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 60 -
CMYK 0 0.43 0.66 0.31
HSL 20.69º 0.49% 0.46% -
HSV(B) 20.69º 0.66% 0.69% -
XYZ 23.28 18.67 6.65 -
YUV 118.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 176 100 60 0 0.43 0.66 0.31 20.69 0.49 0.46
Hex B0 64 3C 0 2B 42 1F 15 31 2E
Octal 260 144 74 0 53 102 37 25 61 56
Binary 10110000 1100100 111100 0 101011 1000010 11111 10101 110001 101110

Color Harmonies of #B0643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0643C

Black with #B0643C

Text Example


Text Example

White with #B0643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0643C; }

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

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

background-color css

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

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

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

border-color css

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

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

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