Html Css Color HEX #B16667 Turkish Rose

📋 copy color: '#B16667'

red 177 ◦ green 102 ◦ blue 103

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

Shades of Turkish Rose #B16667

Tints of Turkish Rose #B16667

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.7%

 BLUE value IS 103 (40.63% from 255) = 26.96%

R = 46.34%
G = 26.7%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B16667 (or 0xB16667) is known color: Turkish Rose. HEX triplet: B1, 66 and 67. RGB value is (177,102,103). Sum of RGB (Red+Green+Blue) = 177+102+103=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B16667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16667 is #4E9998. Grayscale: #7C7C7C. Windows color (decimal): -5151129 or 6776497. OLE color: 6776497.

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

Color convert

RGB 177 102 103 -
CMYK 0 0.42 0.42 0.31
HSL 359.2º 0.32% 0.55% -
HSV(B) 359.2º 0.42% 0.69% -
XYZ 25.33 19.83 15.32 -
YUV 124.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 177 102 103 0 0.42 0.42 0.31 359.2 0.32 0.55
Hex B1 66 67 0 2A 2A 1F 167 20 37
Octal 261 146 147 0 52 52 37 547 40 67
Binary 10110001 1100110 1100111 0 101010 101010 11111 101100111 100000 110111

Color Harmonies of #B16667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16667

Black with #B16667

Text Example


Text Example

White with #B16667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16667; }

 p { color: rgb(177,102,103); }

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

background-color css

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

 a { background-color: rgb(177,102,103); }

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

border-color css

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

 span { border-color: rgb(177,102,103); }

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