Html Css Color HEX #B1676C Turkish Rose

📋 copy color: '#B1676C'

red 177 ◦ green 103 ◦ blue 108

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

Shades of Turkish Rose #B1676C

Tints of Turkish Rose #B1676C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 45.62%
G = 26.55%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1676C (or 0xB1676C) is known color: Turkish Rose. HEX triplet: B1, 67 and 6C. RGB value is (177,103,108). Sum of RGB (Red+Green+Blue) = 177+103+108=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1676C is #4E9893. Grayscale: #7D7D7D. Windows color (decimal): -5150868 or 7104433. OLE color: 7104433.

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

Color convert

RGB 177 103 108 -
CMYK 0 0.42 0.39 0.31
HSL 355.95º 0.32% 0.55% -
HSV(B) 355.95º 0.42% 0.69% -
XYZ 25.69 20.13 16.72 -
YUV 125.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 177 103 108 0 0.42 0.39 0.31 355.95 0.32 0.55
Hex B1 67 6C 0 2A 27 1F 164 20 37
Octal 261 147 154 0 52 47 37 544 40 67
Binary 10110001 1100111 1101100 0 101010 100111 11111 101100100 100000 110111

Color Harmonies of #B1676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1676C

Black with #B1676C

Text Example


Text Example

White with #B1676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1676C; }

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

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

background-color css

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

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

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

border-color css

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

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

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