Html Css Color HEX #B0616D Turkish Rose

📋 copy color: '#B0616D'

red 176 ◦ green 97 ◦ blue 109

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

Shades of Turkish Rose #B0616D

Tints of Turkish Rose #B0616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 46.07%
G = 25.39%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0616D (or 0xB0616D) is known color: Turkish Rose. HEX triplet: B0, 61 and 6D. RGB value is (176,97,109). Sum of RGB (Red+Green+Blue) = 176+97+109=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0616D is #4F9E92. Grayscale: #7A7A7A. Windows color (decimal): -5217939 or 7168432. OLE color: 7168432.

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

Color convert

RGB 176 97 109 -
CMYK 0 0.45 0.38 0.31
HSL 350.89º 0.33% 0.54% -
HSV(B) 350.89º 0.45% 0.69% -
XYZ 24.94 18.88 16.8 -
YUV 121.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 176 97 109 0 0.45 0.38 0.31 350.89 0.33 0.54
Hex B0 61 6D 0 2D 26 1F 15F 21 36
Octal 260 141 155 0 55 46 37 537 41 66
Binary 10110000 1100001 1101101 0 101101 100110 11111 101011111 100001 110110

Color Harmonies of #B0616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0616D

Black with #B0616D

Text Example


Text Example

White with #B0616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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