Html Css Color HEX #B5696E Turkish Rose

📋 copy color: '#B5696E'

red 181 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #B5696E

Tints of Turkish Rose #B5696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 45.71%
G = 26.52%
B = 27.78%

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

#B5696E (or 0xB5696E) is known color: Turkish Rose. HEX triplet: B5, 69 and 6E. RGB value is (181,105,110). Sum of RGB (Red+Green+Blue) = 181+105+110=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5696E is #4A9691. Grayscale: #808080. Windows color (decimal): -4888210 or 7236021. OLE color: 7236021.

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

Color convert

RGB 181 105 110 -
CMYK 0 0.42 0.39 0.29
HSL 356.05º 0.34% 0.56% -
HSV(B) 356.05º 0.42% 0.71% -
XYZ 26.92 21.05 17.4 -
YUV 128.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 181 105 110 0 0.42 0.39 0.29 356.05 0.34 0.56
Hex B5 69 6E 0 2A 27 1D 164 22 38
Octal 265 151 156 0 52 47 35 544 42 70
Binary 10110101 1101001 1101110 0 101010 100111 11101 101100100 100010 111000

Color Harmonies of #B5696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5696E

Black with #B5696E

Text Example


Text Example

White with #B5696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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