Html Css Color HEX #B16276 Turkish Rose

📋 copy color: '#B16276'

red 177 ◦ green 98 ◦ blue 118

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

Shades of Turkish Rose #B16276

Tints of Turkish Rose #B16276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 45.04%
G = 24.94%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B16276 (or 0xB16276) is known color: Turkish Rose. HEX triplet: B1, 62 and 76. RGB value is (177,98,118). Sum of RGB (Red+Green+Blue) = 177+98+118=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16276 is #4E9D89. Grayscale: #7B7B7B. Windows color (decimal): -5152138 or 7758513. OLE color: 7758513.

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

Color convert

RGB 177 98 118 -
CMYK 0 0.45 0.33 0.31
HSL 344.81º 0.34% 0.54% -
HSV(B) 344.81º 0.45% 0.69% -
XYZ 25.77 19.39 19.52 -
YUV 123.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 177 98 118 0 0.45 0.33 0.31 344.81 0.34 0.54
Hex B1 62 76 0 2D 21 1F 159 22 36
Octal 261 142 166 0 55 41 37 531 42 66
Binary 10110001 1100010 1110110 0 101101 100001 11111 101011001 100010 110110

Color Harmonies of #B16276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16276

Black with #B16276

Text Example


Text Example

White with #B16276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16276; }

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

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

background-color css

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

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

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

border-color css

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

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

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