Html Css Color HEX #B3646B Turkish Rose

📋 copy color: '#B3646B'

red 179 ◦ green 100 ◦ blue 107

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

Shades of Turkish Rose #B3646B

Tints of Turkish Rose #B3646B

RGB

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

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

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

R = 46.37%
G = 25.91%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3646B (or 0xB3646B) is known color: Turkish Rose. HEX triplet: B3, 64 and 6B. RGB value is (179,100,107). Sum of RGB (Red+Green+Blue) = 179+100+107=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3646B is #4C9B94. Grayscale: #7C7C7C. Windows color (decimal): -5020565 or 7038131. OLE color: 7038131.

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

Color convert

RGB 179 100 107 -
CMYK 0 0.44 0.40 0.30
HSL 354.68º 0.34% 0.55% -
HSV(B) 354.68º 0.44% 0.7% -
XYZ 25.8 19.76 16.36 -
YUV 124.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 179 100 107 0 0.44 0.40 0.30 354.68 0.34 0.55
Hex B3 64 6B 0 2C 28 1E 163 22 37
Octal 263 144 153 0 54 50 36 543 42 67
Binary 10110011 1100100 1101011 0 101100 101000 11110 101100011 100010 110111

Color Harmonies of #B3646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3646B

Black with #B3646B

Text Example


Text Example

White with #B3646B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3646B; }

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

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

background-color css

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

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

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

border-color css

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

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

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