Html Css Color HEX #B06978 Turkish Rose

📋 copy color: '#B06978'

red 176 ◦ green 105 ◦ blue 120

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

Shades of Turkish Rose #B06978

Tints of Turkish Rose #B06978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 43.89%
G = 26.18%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B06978 (or 0xB06978) is known color: Turkish Rose. HEX triplet: B0, 69 and 78. RGB value is (176,105,120). Sum of RGB (Red+Green+Blue) = 176+105+120=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B06978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06978 is #4F9687. Grayscale: #7F7F7F. Windows color (decimal): -5215880 or 7891376. OLE color: 7891376.

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

Color convert

RGB 176 105 120 -
CMYK 0 0.40 0.32 0.31
HSL 347.32º 0.31% 0.55% -
HSV(B) 347.32º 0.4% 0.69% -
XYZ 26.35 20.69 20.37 -
YUV 127.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 176 105 120 0 0.40 0.32 0.31 347.32 0.31 0.55
Hex B0 69 78 0 28 20 1F 15B 1F 37
Octal 260 151 170 0 50 40 37 533 37 67
Binary 10110000 1101001 1111000 0 101000 100000 11111 101011011 11111 110111

Color Harmonies of #B06978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06978

Black with #B06978

Text Example


Text Example

White with #B06978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06978; }

 p { color: rgb(176,105,120); }

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

background-color css

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

 a { background-color: rgb(176,105,120); }

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

border-color css

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

 span { border-color: rgb(176,105,120); }

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