Html Css Color HEX #B5696D Turkish Rose

📋 copy color: '#B5696D'

red 181 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #B5696D

Tints of Turkish Rose #B5696D

RGB

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

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

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

R = 45.82%
G = 26.58%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5696D (or 0xB5696D) is known color: Turkish Rose. HEX triplet: B5, 69 and 6D. RGB value is (181,105,109). Sum of RGB (Red+Green+Blue) = 181+105+109=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5696D is #4A9692. Grayscale: #808080. Windows color (decimal): -4888211 or 7170485. OLE color: 7170485.

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

Color convert

RGB 181 105 109 -
CMYK 0 0.42 0.40 0.29
HSL 356.84º 0.34% 0.56% -
HSV(B) 356.84º 0.42% 0.71% -
XYZ 26.87 21.03 17.11 -
YUV 128.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 181 105 109 0 0.42 0.40 0.29 356.84 0.34 0.56
Hex B5 69 6D 0 2A 28 1D 165 22 38
Octal 265 151 155 0 52 50 35 545 42 70
Binary 10110101 1101001 1101101 0 101010 101000 11101 101100101 100010 111000

Color Harmonies of #B5696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5696D

Black with #B5696D

Text Example


Text Example

White with #B5696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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