Html Css Color HEX #B5656C Turkish Rose

📋 copy color: '#B5656C'

red 181 ◦ green 101 ◦ blue 108

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

Shades of Turkish Rose #B5656C

Tints of Turkish Rose #B5656C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 46.41%
G = 25.9%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5656C (or 0xB5656C) is known color: Turkish Rose. HEX triplet: B5, 65 and 6C. RGB value is (181,101,108). Sum of RGB (Red+Green+Blue) = 181+101+108=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5656C is #4A9A93. Grayscale: #7D7D7D. Windows color (decimal): -4889236 or 7103925. OLE color: 7103925.

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

Color convert

RGB 181 101 108 -
CMYK 0 0.44 0.40 0.29
HSL 354.75º 0.35% 0.55% -
HSV(B) 354.75º 0.44% 0.71% -
XYZ 26.42 20.21 16.7 -
YUV 125.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 181 101 108 0 0.44 0.40 0.29 354.75 0.35 0.55
Hex B5 65 6C 0 2C 28 1D 163 23 37
Octal 265 145 154 0 54 50 35 543 43 67
Binary 10110101 1100101 1101100 0 101100 101000 11101 101100011 100011 110111

Color Harmonies of #B5656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5656C

Black with #B5656C

Text Example


Text Example

White with #B5656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5656C; }

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

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

background-color css

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

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

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

border-color css

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

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

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