Html Css Color HEX #B1626B Turkish Rose

📋 copy color: '#B1626B'

red 177 ◦ green 98 ◦ blue 107

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

Shades of Turkish Rose #B1626B

Tints of Turkish Rose #B1626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.65%

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

R = 46.34%
G = 25.65%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1626B (or 0xB1626B) is known color: Turkish Rose. HEX triplet: B1, 62 and 6B. RGB value is (177,98,107). Sum of RGB (Red+Green+Blue) = 177+98+107=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1626B is #4E9D94. Grayscale: #7A7A7A. Windows color (decimal): -5152149 or 7037617. OLE color: 7037617.

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

Color convert

RGB 177 98 107 -
CMYK 0 0.45 0.40 0.31
HSL 353.16º 0.34% 0.54% -
HSV(B) 353.16º 0.45% 0.69% -
XYZ 25.15 19.14 16.28 -
YUV 122.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 177 98 107 0 0.45 0.40 0.31 353.16 0.34 0.54
Hex B1 62 6B 0 2D 28 1F 161 22 36
Octal 261 142 153 0 55 50 37 541 42 66
Binary 10110001 1100010 1101011 0 101101 101000 11111 101100001 100010 110110

Color Harmonies of #B1626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1626B

Black with #B1626B

Text Example


Text Example

White with #B1626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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