Html Css Color HEX #B5646E Turkish Rose

📋 copy color: '#B5646E'

red 181 ◦ green 100 ◦ blue 110

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

Shades of Turkish Rose #B5646E

Tints of Turkish Rose #B5646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

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

R = 46.29%
G = 25.58%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5646E (or 0xB5646E) is known color: Turkish Rose. HEX triplet: B5, 64 and 6E. RGB value is (181,100,110). Sum of RGB (Red+Green+Blue) = 181+100+110=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5646E is #4A9B91. Grayscale: #7D7D7D. Windows color (decimal): -4889490 or 7234741. OLE color: 7234741.

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

Color convert

RGB 181 100 110 -
CMYK 0 0.45 0.39 0.29
HSL 352.59º 0.35% 0.55% -
HSV(B) 352.59º 0.45% 0.71% -
XYZ 26.43 20.06 17.23 -
YUV 125.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 181 100 110 0 0.45 0.39 0.29 352.59 0.35 0.55
Hex B5 64 6E 0 2D 27 1D 161 23 37
Octal 265 144 156 0 55 47 35 541 43 67
Binary 10110101 1100100 1101110 0 101101 100111 11101 101100001 100011 110111

Color Harmonies of #B5646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5646E

Black with #B5646E

Text Example


Text Example

White with #B5646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5646E; }

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

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

background-color css

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

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

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

border-color css

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

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

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