Html Css Color HEX #B16274 Turkish Rose

📋 copy color: '#B16274'

red 177 ◦ green 98 ◦ blue 116

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

Shades of Turkish Rose #B16274

Tints of Turkish Rose #B16274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 45.27%
G = 25.06%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B16274 (or 0xB16274) is known color: Turkish Rose. HEX triplet: B1, 62 and 74. RGB value is (177,98,116). Sum of RGB (Red+Green+Blue) = 177+98+116=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B16274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16274 is #4E9D8B. Grayscale: #7B7B7B. Windows color (decimal): -5152140 or 7627441. OLE color: 7627441.

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

Color convert

RGB 177 98 116 -
CMYK 0 0.45 0.34 0.31
HSL 346.33º 0.34% 0.54% -
HSV(B) 346.33º 0.45% 0.69% -
XYZ 25.65 19.34 18.9 -
YUV 123.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 177 98 116 0 0.45 0.34 0.31 346.33 0.34 0.54
Hex B1 62 74 0 2D 22 1F 15A 22 36
Octal 261 142 164 0 55 42 37 532 42 66
Binary 10110001 1100010 1110100 0 101101 100010 11111 101011010 100010 110110

Color Harmonies of #B16274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16274

Black with #B16274

Text Example


Text Example

White with #B16274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16274; }

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

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

background-color css

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

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

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

border-color css

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

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

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