Html Css Color HEX #B5686D Turkish Rose

📋 copy color: '#B5686D'

red 181 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #B5686D

Tints of Turkish Rose #B5686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 45.94%
G = 26.4%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5686D (or 0xB5686D) is known color: Turkish Rose. HEX triplet: B5, 68 and 6D. RGB value is (181,104,109). Sum of RGB (Red+Green+Blue) = 181+104+109=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5686D is #4A9792. Grayscale: #7F7F7F. Windows color (decimal): -4888467 or 7170229. OLE color: 7170229.

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

Color convert

RGB 181 104 109 -
CMYK 0 0.43 0.40 0.29
HSL 356.1º 0.34% 0.56% -
HSV(B) 356.1º 0.43% 0.71% -
XYZ 26.77 20.83 17.08 -
YUV 127.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 181 104 109 0 0.43 0.40 0.29 356.1 0.34 0.56
Hex B5 68 6D 0 2B 28 1D 164 22 38
Octal 265 150 155 0 53 50 35 544 42 70
Binary 10110101 1101000 1101101 0 101011 101000 11101 101100100 100010 111000

Color Harmonies of #B5686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5686D

Black with #B5686D

Text Example


Text Example

White with #B5686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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