Html Css Color HEX #B1767D Turkish Rose

📋 copy color: '#B1767D'

red 177 ◦ green 118 ◦ blue 125

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

Shades of Turkish Rose #B1767D

Tints of Turkish Rose #B1767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 42.14%
G = 28.1%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1767D (or 0xB1767D) is known color: Turkish Rose. HEX triplet: B1, 76 and 7D. RGB value is (177,118,125). Sum of RGB (Red+Green+Blue) = 177+118+125=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1767D is #4E8982. Grayscale: #888888. Windows color (decimal): -5147011 or 8222385. OLE color: 8222385.

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

Color convert

RGB 177 118 125 -
CMYK 0 0.33 0.29 0.31
HSL 352.88º 0.27% 0.58% -
HSV(B) 352.88º 0.33% 0.69% -
XYZ 28.31 23.78 22.5 -
YUV 136.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 177 118 125 0 0.33 0.29 0.31 352.88 0.27 0.58
Hex B1 76 7D 0 21 1D 1F 161 1B 3A
Octal 261 166 175 0 41 35 37 541 33 72
Binary 10110001 1110110 1111101 0 100001 11101 11111 101100001 11011 111010

Color Harmonies of #B1767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1767D

Black with #B1767D

Text Example


Text Example

White with #B1767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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