Html Css Color HEX #B1787B Turkish Rose

📋 copy color: '#B1787B'

red 177 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #B1787B

Tints of Turkish Rose #B1787B

RGB

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

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

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

R = 42.14%
G = 28.57%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1787B (or 0xB1787B) is known color: Turkish Rose. HEX triplet: B1, 78 and 7B. RGB value is (177,120,123). Sum of RGB (Red+Green+Blue) = 177+120+123=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1787B is #4E8784. Grayscale: #898989. Windows color (decimal): -5146501 or 8091825. OLE color: 8091825.

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

Color convert

RGB 177 120 123 -
CMYK 0 0.32 0.31 0.31
HSL 356.84º 0.27% 0.58% -
HSV(B) 356.84º 0.32% 0.69% -
XYZ 28.42 24.21 21.91 -
YUV 137.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 177 120 123 0 0.32 0.31 0.31 356.84 0.27 0.58
Hex B1 78 7B 0 20 1F 1F 165 1B 3A
Octal 261 170 173 0 40 37 37 545 33 72
Binary 10110001 1111000 1111011 0 100000 11111 11111 101100101 11011 111010

Color Harmonies of #B1787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1787B

Black with #B1787B

Text Example


Text Example

White with #B1787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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