Html Css Color HEX #B06170 Turkish Rose

📋 copy color: '#B06170'

red 176 ◦ green 97 ◦ blue 112

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

Shades of Turkish Rose #B06170

Tints of Turkish Rose #B06170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 45.71%
G = 25.19%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B06170 (or 0xB06170) is known color: Turkish Rose. HEX triplet: B0, 61 and 70. RGB value is (176,97,112). Sum of RGB (Red+Green+Blue) = 176+97+112=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B06170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06170 is #4F9E8F. Grayscale: #7A7A7A. Windows color (decimal): -5217936 or 7365040. OLE color: 7365040.

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

Color convert

RGB 176 97 112 -
CMYK 0 0.45 0.36 0.31
HSL 348.61º 0.33% 0.54% -
HSV(B) 348.61º 0.45% 0.69% -
XYZ 25.1 18.95 17.66 -
YUV 122.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 176 97 112 0 0.45 0.36 0.31 348.61 0.33 0.54
Hex B0 61 70 0 2D 24 1F 15D 21 36
Octal 260 141 160 0 55 44 37 535 41 66
Binary 10110000 1100001 1110000 0 101101 100100 11111 101011101 100001 110110

Color Harmonies of #B06170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06170

Black with #B06170

Text Example


Text Example

White with #B06170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06170; }

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

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

background-color css

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

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

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

border-color css

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

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

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