Html Css Color HEX #B1656A Turkish Rose

📋 copy color: '#B1656A'

red 177 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #B1656A

Tints of Turkish Rose #B1656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 46.09%
G = 26.3%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1656A (or 0xB1656A) is known color: Turkish Rose. HEX triplet: B1, 65 and 6A. RGB value is (177,101,106). Sum of RGB (Red+Green+Blue) = 177+101+106=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1656A is #4E9A95. Grayscale: #7C7C7C. Windows color (decimal): -5151382 or 6972849. OLE color: 6972849.

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

Color convert

RGB 177 101 106 -
CMYK 0 0.43 0.40 0.31
HSL 356.05º 0.33% 0.55% -
HSV(B) 356.05º 0.43% 0.69% -
XYZ 25.39 19.7 16.1 -
YUV 124.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 177 101 106 0 0.43 0.40 0.31 356.05 0.33 0.55
Hex B1 65 6A 0 2B 28 1F 164 21 37
Octal 261 145 152 0 53 50 37 544 41 67
Binary 10110001 1100101 1101010 0 101011 101000 11111 101100100 100001 110111

Color Harmonies of #B1656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1656A

Black with #B1656A

Text Example


Text Example

White with #B1656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1656A; }

 p { color: rgb(177,101,106); }

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

background-color css

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

 a { background-color: rgb(177,101,106); }

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

border-color css

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

 span { border-color: rgb(177,101,106); }

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