Html Css Color HEX #B1676D Turkish Rose

📋 copy color: '#B1676D'

red 177 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #B1676D

Tints of Turkish Rose #B1676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.48%

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

R = 45.5%
G = 26.48%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1676D (or 0xB1676D) is known color: Turkish Rose. HEX triplet: B1, 67 and 6D. RGB value is (177,103,109). Sum of RGB (Red+Green+Blue) = 177+103+109=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1676D is #4E9892. Grayscale: #7D7D7D. Windows color (decimal): -5150867 or 7169969. OLE color: 7169969.

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

Color convert

RGB 177 103 109 -
CMYK 0 0.42 0.38 0.31
HSL 355.14º 0.32% 0.55% -
HSV(B) 355.14º 0.42% 0.69% -
XYZ 25.74 20.15 17 -
YUV 125.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 177 103 109 0 0.42 0.38 0.31 355.14 0.32 0.55
Hex B1 67 6D 0 2A 26 1F 163 20 37
Octal 261 147 155 0 52 46 37 543 40 67
Binary 10110001 1100111 1101101 0 101010 100110 11111 101100011 100000 110111

Color Harmonies of #B1676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1676D

Black with #B1676D

Text Example


Text Example

White with #B1676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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