Html Css Color HEX #B5656E Turkish Rose

📋 copy color: '#B5656E'

red 181 ◦ green 101 ◦ blue 110

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

Shades of Turkish Rose #B5656E

Tints of Turkish Rose #B5656E

RGB

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

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

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

R = 46.17%
G = 25.77%
B = 28.06%

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

#B5656E (or 0xB5656E) is known color: Turkish Rose. HEX triplet: B5, 65 and 6E. RGB value is (181,101,110). Sum of RGB (Red+Green+Blue) = 181+101+110=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5656E is #4A9A91. Grayscale: #7D7D7D. Windows color (decimal): -4889234 or 7234997. OLE color: 7234997.

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

Color convert

RGB 181 101 110 -
CMYK 0 0.44 0.39 0.29
HSL 353.25º 0.35% 0.55% -
HSV(B) 353.25º 0.44% 0.71% -
XYZ 26.52 20.26 17.26 -
YUV 125.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 181 101 110 0 0.44 0.39 0.29 353.25 0.35 0.55
Hex B5 65 6E 0 2C 27 1D 161 23 37
Octal 265 145 156 0 54 47 35 541 43 67
Binary 10110101 1100101 1101110 0 101100 100111 11101 101100001 100011 110111

Color Harmonies of #B5656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5656E

Black with #B5656E

Text Example


Text Example

White with #B5656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5656E; }

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

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

background-color css

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

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

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

border-color css

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

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

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