Html Css Color HEX #B06670 Turkish Rose

📋 copy color: '#B06670'

red 176 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #B06670

Tints of Turkish Rose #B06670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.15%

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

R = 45.13%
G = 26.15%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B06670 (or 0xB06670) is known color: Turkish Rose. HEX triplet: B0, 66 and 70. RGB value is (176,102,112). Sum of RGB (Red+Green+Blue) = 176+102+112=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B06670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06670 is #4F998F. Grayscale: #7D7D7D. Windows color (decimal): -5216656 or 7366320. OLE color: 7366320.

HSL color Cylindrical-coordinate representation of color #B06670: hue angle of 351.89º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06670 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 112 -
CMYK 0 0.42 0.36 0.31
HSL 351.89º 0.32% 0.55% -
HSV(B) 351.89º 0.42% 0.69% -
XYZ 25.58 19.9 17.82 -
YUV 125.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 176 102 112 0 0.42 0.36 0.31 351.89 0.32 0.55
Hex B0 66 70 0 2A 24 1F 160 20 37
Octal 260 146 160 0 52 44 37 540 40 67
Binary 10110000 1100110 1110000 0 101010 100100 11111 101100000 100000 110111

Color Harmonies of #B06670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06670

Black with #B06670

Text Example


Text Example

White with #B06670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06670; }

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

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

background-color css

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

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

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

border-color css

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

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

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