Html Css Color HEX #B06370 Turkish Rose

📋 copy color: '#B06370'

red 176 ◦ green 99 ◦ blue 112

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

Shades of Turkish Rose #B06370

Tints of Turkish Rose #B06370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

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

R = 45.48%
G = 25.58%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B06370 (or 0xB06370) is known color: Turkish Rose. HEX triplet: B0, 63 and 70. RGB value is (176,99,112). Sum of RGB (Red+Green+Blue) = 176+99+112=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B06370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06370 is #4F9C8F. Grayscale: #7B7B7B. Windows color (decimal): -5217424 or 7365552. OLE color: 7365552.

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

Color convert

RGB 176 99 112 -
CMYK 0 0.44 0.36 0.31
HSL 349.87º 0.33% 0.54% -
HSV(B) 349.87º 0.44% 0.69% -
XYZ 25.29 19.32 17.73 -
YUV 123.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 176 99 112 0 0.44 0.36 0.31 349.87 0.33 0.54
Hex B0 63 70 0 2C 24 1F 15E 21 36
Octal 260 143 160 0 54 44 37 536 41 66
Binary 10110000 1100011 1110000 0 101100 100100 11111 101011110 100001 110110

Color Harmonies of #B06370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06370

Black with #B06370

Text Example


Text Example

White with #B06370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06370; }

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

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

background-color css

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

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

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

border-color css

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

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

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