Html Css Color HEX #B1767B Turkish Rose

📋 copy color: '#B1767B'

red 177 ◦ green 118 ◦ blue 123

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

Shades of Turkish Rose #B1767B

Tints of Turkish Rose #B1767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 42.34%
G = 28.23%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1767B (or 0xB1767B) is known color: Turkish Rose. HEX triplet: B1, 76 and 7B. RGB value is (177,118,123). Sum of RGB (Red+Green+Blue) = 177+118+123=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1767B is #4E8984. Grayscale: #888888. Windows color (decimal): -5147013 or 8091313. OLE color: 8091313.

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

Color convert

RGB 177 118 123 -
CMYK 0 0.33 0.31 0.31
HSL 354.92º 0.27% 0.58% -
HSV(B) 354.92º 0.33% 0.69% -
XYZ 28.19 23.73 21.83 -
YUV 136.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 177 118 123 0 0.33 0.31 0.31 354.92 0.27 0.58
Hex B1 76 7B 0 21 1F 1F 163 1B 3A
Octal 261 166 173 0 41 37 37 543 33 72
Binary 10110001 1110110 1111011 0 100001 11111 11111 101100011 11011 111010

Color Harmonies of #B1767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1767B

Black with #B1767B

Text Example


Text Example

White with #B1767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1767B; }

 p { color: rgb(177,118,123); }

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

background-color css

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

 a { background-color: rgb(177,118,123); }

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

border-color css

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

 span { border-color: rgb(177,118,123); }

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