Html Css Color HEX #B06777 Turkish Rose

📋 copy color: '#B06777'

red 176 ◦ green 103 ◦ blue 119

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

Shades of Turkish Rose #B06777

Tints of Turkish Rose #B06777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 44.22%
G = 25.88%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B06777 (or 0xB06777) is known color: Turkish Rose. HEX triplet: B0, 67 and 77. RGB value is (176,103,119). Sum of RGB (Red+Green+Blue) = 176+103+119=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B06777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06777 is #4F9888. Grayscale: #7E7E7E. Windows color (decimal): -5216393 or 7825328. OLE color: 7825328.

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

Color convert

RGB 176 103 119 -
CMYK 0 0.41 0.32 0.31
HSL 346.85º 0.32% 0.55% -
HSV(B) 346.85º 0.41% 0.69% -
XYZ 26.08 20.26 19.99 -
YUV 126.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 176 103 119 0 0.41 0.32 0.31 346.85 0.32 0.55
Hex B0 67 77 0 29 20 1F 15B 20 37
Octal 260 147 167 0 51 40 37 533 40 67
Binary 10110000 1100111 1110111 0 101001 100000 11111 101011011 100000 110111

Color Harmonies of #B06777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06777

Black with #B06777

Text Example


Text Example

White with #B06777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06777; }

 p { color: rgb(176,103,119); }

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

background-color css

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

 a { background-color: rgb(176,103,119); }

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

border-color css

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

 span { border-color: rgb(176,103,119); }

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