Html Css Color HEX #B5656F Turkish Rose

📋 copy color: '#B5656F'

red 181 ◦ green 101 ◦ blue 111

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

Shades of Turkish Rose #B5656F

Tints of Turkish Rose #B5656F

RGB

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

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

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

R = 46.06%
G = 25.7%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5656F (or 0xB5656F) is known color: Turkish Rose. HEX triplet: B5, 65 and 6F. RGB value is (181,101,111). Sum of RGB (Red+Green+Blue) = 181+101+111=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5656F is #4A9A90. Grayscale: #7E7E7E. Windows color (decimal): -4889233 or 7300533. OLE color: 7300533.

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

Color convert

RGB 181 101 111 -
CMYK 0 0.44 0.39 0.29
HSL 352.5º 0.35% 0.55% -
HSV(B) 352.5º 0.44% 0.71% -
XYZ 26.58 20.28 17.55 -
YUV 126.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 181 101 111 0 0.44 0.39 0.29 352.5 0.35 0.55
Hex B5 65 6F 0 2C 27 1D 160 23 37
Octal 265 145 157 0 54 47 35 540 43 67
Binary 10110101 1100101 1101111 0 101100 100111 11101 101100000 100011 110111

Color Harmonies of #B5656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5656F

Black with #B5656F

Text Example


Text Example

White with #B5656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5656F; }

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

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

background-color css

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

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

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

border-color css

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

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

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