Html Css Color HEX #B16875 Turkish Rose

📋 copy color: '#B16875'

red 177 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #B16875

Tints of Turkish Rose #B16875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.13%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 44.47%
G = 26.13%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B16875 (or 0xB16875) is known color: Turkish Rose. HEX triplet: B1, 68 and 75. RGB value is (177,104,117). Sum of RGB (Red+Green+Blue) = 177+104+117=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B16875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16875 is #4E978A. Grayscale: #7F7F7F. Windows color (decimal): -5150603 or 7694513. OLE color: 7694513.

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

Color convert

RGB 177 104 117 -
CMYK 0 0.41 0.34 0.31
HSL 349.32º 0.32% 0.55% -
HSV(B) 349.32º 0.41% 0.69% -
XYZ 26.29 20.53 19.41 -
YUV 127.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 177 104 117 0 0.41 0.34 0.31 349.32 0.32 0.55
Hex B1 68 75 0 29 22 1F 15D 20 37
Octal 261 150 165 0 51 42 37 535 40 67
Binary 10110001 1101000 1110101 0 101001 100010 11111 101011101 100000 110111

Color Harmonies of #B16875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16875

Black with #B16875

Text Example


Text Example

White with #B16875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16875; }

 p { color: rgb(177,104,117); }

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

background-color css

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

 a { background-color: rgb(177,104,117); }

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

border-color css

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

 span { border-color: rgb(177,104,117); }

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