Html Css Color HEX #B5686B Turkish Rose

📋 copy color: '#B5686B'

red 181 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #B5686B

Tints of Turkish Rose #B5686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.3%

R = 46.17%
G = 26.53%
B = 27.3%

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

#B5686B (or 0xB5686B) is known color: Turkish Rose. HEX triplet: B5, 68 and 6B. RGB value is (181,104,107). Sum of RGB (Red+Green+Blue) = 181+104+107=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5686B is #4A9794. Grayscale: #7F7F7F. Windows color (decimal): -4888469 or 7039157. OLE color: 7039157.

HSL color Cylindrical-coordinate representation of color #B5686B: hue angle of 357.66º 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 #B5686B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 104 107 -
CMYK 0 0.43 0.41 0.29
HSL 357.66º 0.34% 0.56% -
HSV(B) 357.66º 0.43% 0.71% -
XYZ 26.66 20.79 16.52 -
YUV 127.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 181 104 107 0 0.43 0.41 0.29 357.66 0.34 0.56
Hex B5 68 6B 0 2B 29 1D 166 22 38
Octal 265 150 153 0 53 51 35 546 42 70
Binary 10110101 1101000 1101011 0 101011 101001 11101 101100110 100010 111000

Color Harmonies of #B5686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5686B

Black with #B5686B

Text Example


Text Example

White with #B5686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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