Html Css Color HEX #B5656B Turkish Rose

📋 copy color: '#B5656B'

red 181 ◦ green 101 ◦ blue 107

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

Shades of Turkish Rose #B5656B

Tints of Turkish Rose #B5656B

RGB

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

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

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

R = 46.53%
G = 25.96%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5656B (or 0xB5656B) is known color: Turkish Rose. HEX triplet: B5, 65 and 6B. RGB value is (181,101,107). Sum of RGB (Red+Green+Blue) = 181+101+107=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5656B is #4A9A94. Grayscale: #7D7D7D. Windows color (decimal): -4889237 or 7038389. OLE color: 7038389.

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

Color convert

RGB 181 101 107 -
CMYK 0 0.44 0.41 0.29
HSL 355.5º 0.35% 0.55% -
HSV(B) 355.5º 0.44% 0.71% -
XYZ 26.36 20.19 16.42 -
YUV 125.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 181 101 107 0 0.44 0.41 0.29 355.5 0.35 0.55
Hex B5 65 6B 0 2C 29 1D 164 23 37
Octal 265 145 153 0 54 51 35 544 43 67
Binary 10110101 1100101 1101011 0 101100 101001 11101 101100100 100011 110111

Color Harmonies of #B5656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5656B

Black with #B5656B

Text Example


Text Example

White with #B5656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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