Html Css Color HEX #B5646B Turkish Rose

📋 copy color: '#B5646B'

red 181 ◦ green 100 ◦ blue 107

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

Shades of Turkish Rose #B5646B

Tints of Turkish Rose #B5646B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.58%

R = 46.65%
G = 25.77%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5646B (or 0xB5646B) is known color: Turkish Rose. HEX triplet: B5, 64 and 6B. RGB value is (181,100,107). Sum of RGB (Red+Green+Blue) = 181+100+107=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5646B is #4A9B94. Grayscale: #7D7D7D. Windows color (decimal): -4889493 or 7038133. OLE color: 7038133.

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

Color convert

RGB 181 100 107 -
CMYK 0 0.45 0.41 0.29
HSL 354.81º 0.35% 0.55% -
HSV(B) 354.81º 0.45% 0.71% -
XYZ 26.27 20 16.39 -
YUV 125.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 181 100 107 0 0.45 0.41 0.29 354.81 0.35 0.55
Hex B5 64 6B 0 2D 29 1D 163 23 37
Octal 265 144 153 0 55 51 35 543 43 67
Binary 10110101 1100100 1101011 0 101101 101001 11101 101100011 100011 110111

Color Harmonies of #B5646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5646B

Black with #B5646B

Text Example


Text Example

White with #B5646B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5646B; }

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

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

background-color css

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

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

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

border-color css

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

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

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