Html Css Color HEX #B5686A Turkish Rose

📋 copy color: '#B5686A'

red 181 ◦ green 104 ◦ blue 106

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

Shades of Turkish Rose #B5686A

Tints of Turkish Rose #B5686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 46.29%
G = 26.6%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5686A (or 0xB5686A) is known color: Turkish Rose. HEX triplet: B5, 68 and 6A. RGB value is (181,104,106). Sum of RGB (Red+Green+Blue) = 181+104+106=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5686A is #4A9795. Grayscale: #7F7F7F. Windows color (decimal): -4888470 or 6973621. OLE color: 6973621.

HSL color Cylindrical-coordinate representation of color #B5686A: hue angle of 358.44º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5686A is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 104 106 -
CMYK 0 0.43 0.41 0.29
HSL 358.44º 0.34% 0.56% -
HSV(B) 358.44º 0.43% 0.71% -
XYZ 26.61 20.77 16.24 -
YUV 127.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 181 104 106 0 0.43 0.41 0.29 358.44 0.34 0.56
Hex B5 68 6A 0 2B 29 1D 166 22 38
Octal 265 150 152 0 53 51 35 546 42 70
Binary 10110101 1101000 1101010 0 101011 101001 11101 101100110 100010 111000

Color Harmonies of #B5686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5686A

Black with #B5686A

Text Example


Text Example

White with #B5686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5686A; }

 p { color: rgb(181,104,106); }

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

background-color css

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

 a { background-color: rgb(181,104,106); }

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

border-color css

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

 span { border-color: rgb(181,104,106); }

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