Html Css Color HEX #B1787D Turkish Rose

📋 copy color: '#B1787D'

red 177 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #B1787D

Tints of Turkish Rose #B1787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.44%

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

R = 41.94%
G = 28.44%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1787D (or 0xB1787D) is known color: Turkish Rose. HEX triplet: B1, 78 and 7D. RGB value is (177,120,125). Sum of RGB (Red+Green+Blue) = 177+120+125=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1787D is #4E8782. Grayscale: #898989. Windows color (decimal): -5146499 or 8222897. OLE color: 8222897.

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

Color convert

RGB 177 120 125 -
CMYK 0 0.32 0.29 0.31
HSL 354.74º 0.27% 0.58% -
HSV(B) 354.74º 0.32% 0.69% -
XYZ 28.55 24.26 22.58 -
YUV 137.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 177 120 125 0 0.32 0.29 0.31 354.74 0.27 0.58
Hex B1 78 7D 0 20 1D 1F 163 1B 3A
Octal 261 170 175 0 40 35 37 543 33 72
Binary 10110001 1111000 1111101 0 100000 11101 11111 101100011 11011 111010

Color Harmonies of #B1787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1787D

Black with #B1787D

Text Example


Text Example

White with #B1787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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