Html Css Color HEX #B5747A Turkish Rose

📋 copy color: '#B5747A'

red 181 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #B5747A

Tints of Turkish Rose #B5747A

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

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

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

R = 43.2%
G = 27.68%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5747A (or 0xB5747A) is known color: Turkish Rose. HEX triplet: B5, 74 and 7A. RGB value is (181,116,122). Sum of RGB (Red+Green+Blue) = 181+116+122=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5747A is #4A8B85. Grayscale: #888888. Windows color (decimal): -4885382 or 8025269. OLE color: 8025269.

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

Color convert

RGB 181 116 122 -
CMYK 0 0.36 0.33 0.29
HSL 354.46º 0.31% 0.58% -
HSV(B) 354.46º 0.36% 0.71% -
XYZ 28.81 23.72 21.47 -
YUV 136.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 181 116 122 0 0.36 0.33 0.29 354.46 0.31 0.58
Hex B5 74 7A 0 24 21 1D 162 1F 3A
Octal 265 164 172 0 44 41 35 542 37 72
Binary 10110101 1110100 1111010 0 100100 100001 11101 101100010 11111 111010

Color Harmonies of #B5747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5747A

Black with #B5747A

Text Example


Text Example

White with #B5747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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