Html Css Color HEX #B3636E Turkish Rose

📋 copy color: '#B3636E'

red 179 ◦ green 99 ◦ blue 110

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

Shades of Turkish Rose #B3636E

Tints of Turkish Rose #B3636E

RGB

 RED value IS 179 (70.31% from 255) = 46.13%

 GREEN value IS 99 (39.06% from 255) = 25.52%

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

R = 46.13%
G = 25.52%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3636E (or 0xB3636E) is known color: Turkish Rose. HEX triplet: B3, 63 and 6E. RGB value is (179,99,110). Sum of RGB (Red+Green+Blue) = 179+99+110=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3636E is #4C9C91. Grayscale: #7C7C7C. Windows color (decimal): -5020818 or 7234483. OLE color: 7234483.

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

Color convert

RGB 179 99 110 -
CMYK 0 0.45 0.39 0.30
HSL 351.75º 0.34% 0.55% -
HSV(B) 351.75º 0.45% 0.7% -
XYZ 25.87 19.63 17.18 -
YUV 124.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 179 99 110 0 0.45 0.39 0.30 351.75 0.34 0.55
Hex B3 63 6E 0 2D 27 1E 160 22 37
Octal 263 143 156 0 55 47 36 540 42 67
Binary 10110011 1100011 1101110 0 101101 100111 11110 101100000 100010 110111

Color Harmonies of #B3636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3636E

Black with #B3636E

Text Example


Text Example

White with #B3636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3636E; }

 p { color: rgb(179,99,110); }

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

background-color css

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

 a { background-color: rgb(179,99,110); }

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

border-color css

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

 span { border-color: rgb(179,99,110); }

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