Html Css Color HEX #B5696F Turkish Rose

📋 copy color: '#B5696F'

red 181 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #B5696F

Tints of Turkish Rose #B5696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

 BLUE value IS 111 (43.75% from 255) = 27.96%

R = 45.59%
G = 26.45%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5696F (or 0xB5696F) is known color: Turkish Rose. HEX triplet: B5, 69 and 6F. RGB value is (181,105,111). Sum of RGB (Red+Green+Blue) = 181+105+111=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B5696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5696F is #4A9690. Grayscale: #808080. Windows color (decimal): -4888209 or 7301557. OLE color: 7301557.

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

Color convert

RGB 181 105 111 -
CMYK 0 0.42 0.39 0.29
HSL 355.26º 0.34% 0.56% -
HSV(B) 355.26º 0.42% 0.71% -
XYZ 26.98 21.07 17.68 -
YUV 128.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 181 105 111 0 0.42 0.39 0.29 355.26 0.34 0.56
Hex B5 69 6F 0 2A 27 1D 163 22 38
Octal 265 151 157 0 52 47 35 543 42 70
Binary 10110101 1101001 1101111 0 101010 100111 11101 101100011 100010 111000

Color Harmonies of #B5696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5696F

Black with #B5696F

Text Example


Text Example

White with #B5696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5696F; }

 p { color: rgb(181,105,111); }

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

background-color css

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

 a { background-color: rgb(181,105,111); }

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

border-color css

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

 span { border-color: rgb(181,105,111); }

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