Html Css Color HEX #B1747A Turkish Rose

📋 copy color: '#B1747A'

red 177 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #B1747A

Tints of Turkish Rose #B1747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 42.65%
G = 27.95%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1747A (or 0xB1747A) is known color: Turkish Rose. HEX triplet: B1, 74 and 7A. RGB value is (177,116,122). Sum of RGB (Red+Green+Blue) = 177+116+122=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1747A is #4E8B85. Grayscale: #868686. Windows color (decimal): -5147526 or 8025265. OLE color: 8025265.

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

Color convert

RGB 177 116 122 -
CMYK 0 0.34 0.31 0.31
HSL 354.1º 0.28% 0.57% -
HSV(B) 354.1º 0.34% 0.69% -
XYZ 27.89 23.24 21.43 -
YUV 134.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 177 116 122 0 0.34 0.31 0.31 354.1 0.28 0.57
Hex B1 74 7A 0 22 1F 1F 162 1C 39
Octal 261 164 172 0 42 37 37 542 34 71
Binary 10110001 1110100 1111010 0 100010 11111 11111 101100010 11100 111001

Color Harmonies of #B1747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1747A

Black with #B1747A

Text Example


Text Example

White with #B1747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1747A; }

 p { color: rgb(177,116,122); }

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

background-color css

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

 a { background-color: rgb(177,116,122); }

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

border-color css

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

 span { border-color: rgb(177,116,122); }

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