Html Css Color HEX #B1666B Turkish Rose

📋 copy color: '#B1666B'

red 177 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #B1666B

Tints of Turkish Rose #B1666B

RGB

 RED value IS 177 (69.53% from 255) = 45.85%

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

 BLUE value IS 107 (42.19% from 255) = 27.72%

R = 45.85%
G = 26.42%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1666B (or 0xB1666B) is known color: Turkish Rose. HEX triplet: B1, 66 and 6B. RGB value is (177,102,107). Sum of RGB (Red+Green+Blue) = 177+102+107=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1666B is #4E9994. Grayscale: #7D7D7D. Windows color (decimal): -5151125 or 7038641. OLE color: 7038641.

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

Color convert

RGB 177 102 107 -
CMYK 0 0.42 0.40 0.31
HSL 356º 0.32% 0.55% -
HSV(B) 356º 0.42% 0.69% -
XYZ 25.54 19.91 16.41 -
YUV 125 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 177 102 107 0 0.42 0.40 0.31 356 0.32 0.55
Hex B1 66 6B 0 2A 28 1F 164 20 37
Octal 261 146 153 0 52 50 37 544 40 67
Binary 10110001 1100110 1101011 0 101010 101000 11111 101100100 100000 110111

Color Harmonies of #B1666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1666B

Black with #B1666B

Text Example


Text Example

White with #B1666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1666B; }

 p { color: rgb(177,102,107); }

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

background-color css

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

 a { background-color: rgb(177,102,107); }

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

border-color css

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

 span { border-color: rgb(177,102,107); }

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