Html Css Color HEX #B5656D Turkish Rose

📋 copy color: '#B5656D'

red 181 ◦ green 101 ◦ blue 109

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

Shades of Turkish Rose #B5656D

Tints of Turkish Rose #B5656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.83%

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

R = 46.29%
G = 25.83%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5656D (or 0xB5656D) is known color: Turkish Rose. HEX triplet: B5, 65 and 6D. RGB value is (181,101,109). Sum of RGB (Red+Green+Blue) = 181+101+109=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5656D is #4A9A92. Grayscale: #7D7D7D. Windows color (decimal): -4889235 or 7169461. OLE color: 7169461.

HSL color Cylindrical-coordinate representation of color #B5656D: hue angle of 354º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5656D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 101 109 -
CMYK 0 0.44 0.40 0.29
HSL 354º 0.35% 0.55% -
HSV(B) 354º 0.44% 0.71% -
XYZ 26.47 20.24 16.98 -
YUV 125.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 181 101 109 0 0.44 0.40 0.29 354 0.35 0.55
Hex B5 65 6D 0 2C 28 1D 162 23 37
Octal 265 145 155 0 54 50 35 542 43 67
Binary 10110101 1100101 1101101 0 101100 101000 11101 101100010 100011 110111

Color Harmonies of #B5656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5656D

Black with #B5656D

Text Example


Text Example

White with #B5656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5656D; }

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

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

background-color css

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

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

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

border-color css

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

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

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