Html Css Color HEX #B1646D Turkish Rose

📋 copy color: '#B1646D'

red 177 ◦ green 100 ◦ blue 109

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

Shades of Turkish Rose #B1646D

Tints of Turkish Rose #B1646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 45.85%
G = 25.91%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1646D (or 0xB1646D) is known color: Turkish Rose. HEX triplet: B1, 64 and 6D. RGB value is (177,100,109). Sum of RGB (Red+Green+Blue) = 177+100+109=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1646D is #4E9B92. Grayscale: #7C7C7C. Windows color (decimal): -5151635 or 7169201. OLE color: 7169201.

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

Color convert

RGB 177 100 109 -
CMYK 0 0.44 0.38 0.31
HSL 352.99º 0.33% 0.54% -
HSV(B) 352.99º 0.44% 0.69% -
XYZ 25.45 19.57 16.9 -
YUV 124.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 177 100 109 0 0.44 0.38 0.31 352.99 0.33 0.54
Hex B1 64 6D 0 2C 26 1F 161 21 36
Octal 261 144 155 0 54 46 37 541 41 66
Binary 10110001 1100100 1101101 0 101100 100110 11111 101100001 100001 110110

Color Harmonies of #B1646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1646D

Black with #B1646D

Text Example


Text Example

White with #B1646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1646D; }

 p { color: rgb(177,100,109); }

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

background-color css

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

 a { background-color: rgb(177,100,109); }

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

border-color css

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

 span { border-color: rgb(177,100,109); }

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