Html Css Color HEX #B0616F Turkish Rose

📋 copy color: '#B0616F'

red 176 ◦ green 97 ◦ blue 111

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

Shades of Turkish Rose #B0616F

Tints of Turkish Rose #B0616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 45.83%
G = 25.26%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0616F (or 0xB0616F) is known color: Turkish Rose. HEX triplet: B0, 61 and 6F. RGB value is (176,97,111). Sum of RGB (Red+Green+Blue) = 176+97+111=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0616F is #4F9E90. Grayscale: #7A7A7A. Windows color (decimal): -5217937 or 7299504. OLE color: 7299504.

HSL color Cylindrical-coordinate representation of color #B0616F: hue angle of 349.37º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0616F is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 97 111 -
CMYK 0 0.45 0.37 0.31
HSL 349.37º 0.33% 0.54% -
HSV(B) 349.37º 0.45% 0.69% -
XYZ 25.05 18.93 17.37 -
YUV 122.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 176 97 111 0 0.45 0.37 0.31 349.37 0.33 0.54
Hex B0 61 6F 0 2D 25 1F 15D 21 36
Octal 260 141 157 0 55 45 37 535 41 66
Binary 10110000 1100001 1101111 0 101101 100101 11111 101011101 100001 110110

Color Harmonies of #B0616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0616F

Black with #B0616F

Text Example


Text Example

White with #B0616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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