Html Css Color HEX #B0614C Tuscany

📋 copy color: '#B0614C'

red 176 ◦ green 97 ◦ blue 76

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

Shades of Tuscany #B0614C

Tints of Tuscany #B0614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

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

R = 50.43%
G = 27.79%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0614C (or 0xB0614C) is known color: Tuscany. HEX triplet: B0, 61 and 4C. RGB value is (176,97,76). Sum of RGB (Red+Green+Blue) = 176+97+76=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0614C is #4F9EB3. Grayscale: #767676. Windows color (decimal): -5217972 or 5005744. OLE color: 5005744.

HSL color Cylindrical-coordinate representation of color #B0614C: hue angle of 12.6º 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 #B0614C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 97 76 -
CMYK 0 0.45 0.57 0.31
HSL 12.6º 0.4% 0.49% -
HSV(B) 12.6º 0.57% 0.69% -
XYZ 23.48 18.3 9.13 -
YUV 118.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 176 97 76 0 0.45 0.57 0.31 12.6 0.4 0.49
Hex B0 61 4C 0 2D 39 1F D 28 31
Octal 260 141 114 0 55 71 37 15 50 61
Binary 10110000 1100001 1001100 0 101101 111001 11111 1101 101000 110001

Color Harmonies of #B0614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0614C

Black with #B0614C

Text Example


Text Example

White with #B0614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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