Html Css Color HEX #B0624C Tuscany

📋 copy color: '#B0624C'

red 176 ◦ green 98 ◦ blue 76

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

Shades of Tuscany #B0624C

Tints of Tuscany #B0624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 50.29%
G = 28%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0624C (or 0xB0624C) is known color: Tuscany. HEX triplet: B0, 62 and 4C. RGB value is (176,98,76). Sum of RGB (Red+Green+Blue) = 176+98+76=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0624C is #4F9DB3. Grayscale: #767676. Windows color (decimal): -5217716 or 5006000. OLE color: 5006000.

HSL color Cylindrical-coordinate representation of color #B0624C: hue angle of 13.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0624C is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 76 -
CMYK 0 0.44 0.57 0.31
HSL 13.2º 0.4% 0.49% -
HSV(B) 13.2º 0.57% 0.69% -
XYZ 23.58 18.49 9.16 -
YUV 118.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 176 98 76 0 0.44 0.57 0.31 13.2 0.4 0.49
Hex B0 62 4C 0 2C 39 1F D 28 31
Octal 260 142 114 0 54 71 37 15 50 61
Binary 10110000 1100010 1001100 0 101100 111001 11111 1101 101000 110001

Color Harmonies of #B0624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0624C

Black with #B0624C

Text Example


Text Example

White with #B0624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0624C; }

 p { color: rgb(176,98,76); }

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

background-color css

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

 a { background-color: rgb(176,98,76); }

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

border-color css

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

 span { border-color: rgb(176,98,76); }

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