Html Css Color HEX #B1626D Turkish Rose

📋 copy color: '#B1626D'

red 177 ◦ green 98 ◦ blue 109

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

Shades of Turkish Rose #B1626D

Tints of Turkish Rose #B1626D

RGB

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

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

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

R = 46.09%
G = 25.52%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1626D (or 0xB1626D) is known color: Turkish Rose. HEX triplet: B1, 62 and 6D. RGB value is (177,98,109). Sum of RGB (Red+Green+Blue) = 177+98+109=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1626D is #4E9D92. Grayscale: #7A7A7A. Windows color (decimal): -5152147 or 7168689. OLE color: 7168689.

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

Color convert

RGB 177 98 109 -
CMYK 0 0.45 0.38 0.31
HSL 351.65º 0.34% 0.54% -
HSV(B) 351.65º 0.45% 0.69% -
XYZ 25.26 19.19 16.84 -
YUV 122.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 177 98 109 0 0.45 0.38 0.31 351.65 0.34 0.54
Hex B1 62 6D 0 2D 26 1F 160 22 36
Octal 261 142 155 0 55 46 37 540 42 66
Binary 10110001 1100010 1101101 0 101101 100110 11111 101100000 100010 110110

Color Harmonies of #B1626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1626D

Black with #B1626D

Text Example


Text Example

White with #B1626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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