Html Css Color HEX #B3656D Turkish Rose

📋 copy color: '#B3656D'

red 179 ◦ green 101 ◦ blue 109

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

Shades of Turkish Rose #B3656D

Tints of Turkish Rose #B3656D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 46.02%
G = 25.96%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3656D (or 0xB3656D) is known color: Turkish Rose. HEX triplet: B3, 65 and 6D. RGB value is (179,101,109). Sum of RGB (Red+Green+Blue) = 179+101+109=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3656D is #4C9A92. Grayscale: #7D7D7D. Windows color (decimal): -5020307 or 7169459. OLE color: 7169459.

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

Color convert

RGB 179 101 109 -
CMYK 0 0.44 0.39 0.30
HSL 353.85º 0.34% 0.55% -
HSV(B) 353.85º 0.44% 0.7% -
XYZ 26 20 16.96 -
YUV 125.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 179 101 109 0 0.44 0.39 0.30 353.85 0.34 0.55
Hex B3 65 6D 0 2C 27 1E 162 22 37
Octal 263 145 155 0 54 47 36 542 42 67
Binary 10110011 1100101 1101101 0 101100 100111 11110 101100010 100010 110111

Color Harmonies of #B3656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3656D

Black with #B3656D

Text Example


Text Example

White with #B3656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3656D; }

 p { color: rgb(179,101,109); }

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

background-color css

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

 a { background-color: rgb(179,101,109); }

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

border-color css

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

 span { border-color: rgb(179,101,109); }

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